Skip to content

Commit 3a0e1f6

Browse files
Removed extra line
1 parent 896eb84 commit 3a0e1f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ $client->authenticate('your_http_token', Gitlab\Client::AUTH_HTTP_TOKEN);
9292
```php
9393
$pager = new Gitlab\ResultPager($client);
9494
$issues = $pager->fetchAll($client->issues(), 'all', [null, ['state' => 'closed']]);
95-
9695
```
9796

9897
### Model Usage

0 commit comments

Comments
 (0)