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.
1 parent 9bd8e00 commit ad84a65Copy full SHA for ad84a65
lib/Github/ResultPager.php
@@ -59,7 +59,7 @@ class ResultPager implements ResultPagerInterface
59
*
60
* @return void
61
*/
62
- public function __construct(?Client $client, ?int $perPage = null)
+ public function __construct(Client $client, ?int $perPage = null)
63
{
64
if (null !== $perPage && ($perPage < 1 || $perPage > 100)) {
65
throw new ValueError(sprintf('%s::__construct(): Argument #2 ($perPage) must be between 1 and 100, or null', self::class));
0 commit comments