Skip to content

Commit c0e2947

Browse files
committed
Update pull_requests.md
1 parent a0d3b84 commit c0e2947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pull_requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $pullRequest = $client->api('pull_request')->create('ezsystems', 'ezpublish', ar
8383
'base' => 'master',
8484
'head' => 'testbranch',
8585
'issue' => 15
86-
);
86+
));
8787
```
8888

8989
This returns the details of the pull request.

0 commit comments

Comments
 (0)