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 5720f82 commit 378ff4dCopy full SHA for 378ff4d
doc/repos.md
@@ -291,7 +291,7 @@ $repo = ResponseMediator::getContent($data);
291
### Get the milestones of a repository
292
293
```php
294
-milestones = $client->api('repo')->milestones('ornicar', 'php-github-api');
+$milestones = $client->api('repo')->milestones('ornicar', 'php-github-api');
295
```
296
297
Returns a list of milestones.
0 commit comments