Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/pull_requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.