Skip to content

Commit 52c88ca

Browse files
committed
[FIX] Add missing closing bracket in pullRequest example code
1 parent d561376 commit 52c88ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/pull_requests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ $pullRequest = $client->api('pull_request')->create('ezsystems', 'ezpublish', ar
6767
'head' => 'testbranch',
6868
'title' => 'My nifty pull request',
6969
'body' => 'This pull request contains a bunch of enhancements and bug-fixes, happily shared with you'
70+
)
7071
);
7172
```
7273

0 commit comments

Comments
 (0)