Skip to content

Commit 7bc5958

Browse files
authored
Merge pull request KnpLabs#703 from GrahamCampbell/patch-4
Can't inherit doc when the method is not present on the parent
2 parents f17c158 + 857a467 commit 7bc5958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/ResultPager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,15 @@ public function fetchLast()
158158
}
159159

160160
/**
161-
* {@inheritdoc}
161+
* @param string $key
162162
*/
163163
protected function has($key)
164164
{
165165
return !empty($this->pagination) && isset($this->pagination[$key]);
166166
}
167167

168168
/**
169-
* {@inheritdoc}
169+
* @param string $key
170170
*/
171171
protected function get($key)
172172
{

0 commit comments

Comments
 (0)