From 857a4673f7fa364c560d039f0952ff72419c8aa9 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 30 Mar 2018 22:14:43 +0100 Subject: [PATCH] Can't inherit doc when the method is not present on the parent --- lib/Github/ResultPager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Github/ResultPager.php b/lib/Github/ResultPager.php index 7e872d85925..4b58a2ff5a4 100644 --- a/lib/Github/ResultPager.php +++ b/lib/Github/ResultPager.php @@ -158,7 +158,7 @@ public function fetchLast() } /** - * {@inheritdoc} + * @param string $key */ protected function has($key) { @@ -166,7 +166,7 @@ protected function has($key) } /** - * {@inheritdoc} + * @param string $key */ protected function get($key) {