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.
1 parent c0e2947 commit 7e2a630Copy full SHA for 7e2a630
doc/pull_requests.md
@@ -67,7 +67,7 @@ $pullRequest = $client->api('pull_request')->create('ezsystems', 'ezpublish', ar
67
'head' => 'testbranch',
68
'title' => 'My nifty pull request',
69
'body' => 'This pull request contains a bunch of enhancements and bug-fixes, happily shared with you'
70
- ));
+));
71
```
72
73
This returns the details of the pull request.
0 commit comments