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

Build/PHPCS: check array indentation #538

Merged
merged 1 commit into from
Dec 2, 2017
Merged

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Nov 26, 2017

PHPCS upstream has added a new sniff to verify normalized array indentation.
As the PHPCS build check for the PHPCompatibility standard is run against master, we can start taking advantage of that.

This commit adds the relevant changes to the PHPCompatibility own ruleset to do so and fixes the one instance where the code did not yet comply with this.

PHPCS upstream has added a new sniff to verify normalized array indentation.
As the PHPCS build check for the PHPCompatibility standard is run against `master`, we can start taken advantage of that.

This commit adds the relevant changes to the PHPCompatibility own ruleset to do so and fixes the one instance where the code did not yet comply with this.
@jrfnl jrfnl added this to the 8.1.0 milestone Nov 26, 2017
@jrfnl jrfnl requested a review from wimg November 26, 2017 08:03
@wimg wimg merged commit 514be0f into master Dec 2, 2017
@wimg wimg deleted the feature/update-own-ruleset branch December 2, 2017 01:33
@jrfnl jrfnl added the chores/QA label Mar 8, 2018
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.

2 participants