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 896eb84 commit 3a0e1f6Copy full SHA for 3a0e1f6
README.md
@@ -92,7 +92,6 @@ $client->authenticate('your_http_token', Gitlab\Client::AUTH_HTTP_TOKEN);
92
```php
93
$pager = new Gitlab\ResultPager($client);
94
$issues = $pager->fetchAll($client->issues(), 'all', [null, ['state' => 'closed']]);
95
-
96
```
97
98
### Model Usage
0 commit comments