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.
2 parents 0474cb7 + 378ff4d commit 7581776Copy full SHA for 7581776
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