Skip to content

Commit 896eb84

Browse files
Remove broken English
1 parent 2e05a9b commit 896eb84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ $client->authenticate('your_http_token', Gitlab\Client::AUTH_HTTP_TOKEN);
8989

9090
### Example with Pager
9191

92-
to fetch all your closed issue with pagination ( on the gitlab api )
93-
9492
```php
9593
$pager = new Gitlab\ResultPager($client);
9694
$issues = $pager->fetchAll($client->issues(), 'all', [null, ['state' => 'closed']]);

0 commit comments

Comments
 (0)