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 a0d3b84 commit c0e2947Copy full SHA for c0e2947
doc/pull_requests.md
@@ -83,7 +83,7 @@ $pullRequest = $client->api('pull_request')->create('ezsystems', 'ezpublish', ar
83
'base' => 'master',
84
'head' => 'testbranch',
85
'issue' => 15
86
-);
+));
87
```
88
89
This returns the details of the pull request.
0 commit comments