Skip to content

Commit c65d8bd

Browse files
committed
Merge pull request KnpLabs#345 from SakyaStelios/patch-1
Missing ")" in issues.md
2 parents b1ba871 + f616334 commit c65d8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Returns an array of information about the issue.
3838
> Requires [authentication](security.md).
3939
4040
```php
41-
$client->api('issue')->create('KnpLabs', 'php-github-api', array('title' => 'The issue title', 'body' => 'The issue body');
41+
$client->api('issue')->create('KnpLabs', 'php-github-api', array('title' => 'The issue title', 'body' => 'The issue body'));
4242
```
4343

4444
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

Comments
 (0)