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 b1ba871 + f616334 commit c65d8bdCopy full SHA for c65d8bd
doc/issues.md
@@ -38,7 +38,7 @@ Returns an array of information about the issue.
38
> Requires [authentication](security.md).
39
40
```php
41
-$client->api('issue')->create('KnpLabs', 'php-github-api', array('title' => 'The issue title', 'body' => 'The issue body');
+$client->api('issue')->create('KnpLabs', 'php-github-api', array('title' => 'The issue title', 'body' => 'The issue body'));
42
```
43
44
Creates a new issue in the repo "php-github-api" of the user "KnpLabs". The issue is assigned to the authenticated user.
0 commit comments