Skip to content

Commit a0d3b84

Browse files
committed
Update pull_requests.md
1 parent 52c88ca commit a0d3b84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/pull_requests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +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-
)
71-
);
70+
));
7271
```
7372

7473
This returns the details of the pull request.

0 commit comments

Comments
 (0)