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 99c6b87 + 83e3683 commit 93684a1Copy full SHA for 93684a1
doc/issue/milestones.md
@@ -24,7 +24,7 @@ $milestone = $client->api('issue')->milestones()->create('KnpLabs', 'php-github-
24
### Update a milestone
25
26
```php
27
-$milestone = $client->api('issue')->milestones()->update('KnpLabs', 'php-github-api', 123);
+$milestone = $client->api('issue')->milestones()->update('KnpLabs', 'php-github-api', 123, array('title' => '3.0'));
28
```
29
30
### Remove a milestonre
0 commit comments