Skip to content

Commit 857a467

Browse files
Can't inherit doc when the method is not present on the parent
1 parent f17c158 commit 857a467

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)