diff --git a/doc/pull_requests.md b/doc/pull_requests.md index 2b952b35b1f..ec181c67bc2 100644 --- a/doc/pull_requests.md +++ b/doc/pull_requests.md @@ -67,7 +67,7 @@ $pullRequest = $client->api('pull_request')->create('ezsystems', 'ezpublish', ar 'head' => 'testbranch', 'title' => 'My nifty pull request', 'body' => 'This pull request contains a bunch of enhancements and bug-fixes, happily shared with you' -); +)); ``` This returns the details of the pull request. @@ -83,7 +83,7 @@ $pullRequest = $client->api('pull_request')->create('ezsystems', 'ezpublish', ar 'base' => 'master', 'head' => 'testbranch', 'issue' => 15 -); +)); ``` This returns the details of the pull request.