Skip to content

[FIX] Add missing closing bracket in pullRequest example code #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 7, 2015

Conversation

daniellienert
Copy link
Contributor

No description provided.

@@ -67,6 +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'
)
);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better to merge these two lines like this:

));

@daniellienert
Copy link
Contributor Author

Merged the brackets to one line and also fixed the second example.

pilot added a commit that referenced this pull request Apr 7, 2015
[FIX] Add missing closing bracket in pullRequest example code
@pilot pilot merged commit b7b6f29 into KnpLabs:master Apr 7, 2015
@pilot
Copy link
Contributor

pilot commented Apr 7, 2015

@daniellienert thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants