We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f17c158 + 857a467 commit 7bc5958Copy full SHA for 7bc5958
lib/Github/ResultPager.php
@@ -158,15 +158,15 @@ public function fetchLast()
158
}
159
160
/**
161
- * {@inheritdoc}
+ * @param string $key
162
*/
163
protected function has($key)
164
{
165
return !empty($this->pagination) && isset($this->pagination[$key]);
166
167
168
169
170
171
protected function get($key)
172
0 commit comments