Skip to content
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

A bracket was missed #7091

Closed
wants to merge 2 commits into from
Closed

A bracket was missed #7091

wants to merge 2 commits into from

Conversation

hpatoio
Copy link
Contributor

@hpatoio hpatoio commented Oct 27, 2016

In the code example a bracket was missed.

Do I have to send a PR for all branches or you ave a system to updated all affected branch automatically ?

@wouterj
Copy link
Member

wouterj commented Oct 27, 2016

Good catch, you're 100% correct! However, can you please revert the CS changes (you probably didn't do this on purpose):

  • Please remove the trailing whitespace on line 134
  • Please bring the indentation back one level again, just like it was originally. The final line would change from ); to ]); to fix the missing bracket.

You can push commits to the branch of this PR to update this pull request.

Also, if you have the time to do it, please change this to use the old array() syntax again to be consistent.

If you don't have time to update your PR, we can also do these things during merging.

status: needs work

@wouterj
Copy link
Member

wouterj commented Oct 27, 2016

Oh and to answer your question:

Do I have to send a PR for all branches or you ave a system to updated all affected branch automatically ?

After some merges, we'll merge all branches from the oldest to the newest supported versions. So when submitting changes in the future, please submit the pull request against the oldest support version (2.7 now).

Thanks for your PR!

@wouterj
Copy link
Member

wouterj commented Oct 28, 2016

👍 Thanks for your quick actions!

status: reviewed

@javiereguiluz
Copy link
Member

👍

@xabbuh
Copy link
Member

xabbuh commented Oct 30, 2016

Thank you @hpatoio. I have merged your changes into the 2.7 branch and will merge them up to master from there. That's why your PR is shown as closed instead of merged, but you will still get the credits for your contribution nonetheless.

xabbuh added a commit that referenced this pull request Oct 30, 2016
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #7091).

Discussion
----------

A bracket was missed

In the code example a bracket was missed.

Do I have to send a PR for all branches or you ave a system to updated all affected branch automatically ?

Commits
-------

c4f8562 A bracket was missed
@xabbuh xabbuh closed this Oct 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants