Skip to content

Commit 43ec535

Browse files
GrahamCampbellacrobat
authored andcommitted
Fixed syntax error in phpdoc (#701)
* Fixed syntax error in phpdoc * Corrected phpdoc indentation
1 parent afade18 commit 43ec535

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
@@ -182,8 +182,8 @@ protected function get($key)
182182

183183
/**
184184
* @param ApiInterface $api
185-
* @param $method
186-
* @param array $parameters
185+
* @param string $method
186+
* @param array $parameters
187187
*
188188
* @return mixed
189189
*/

0 commit comments

Comments
 (0)