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

[CS] Implement new php-cs-fixer rules and related code cleanup #1040

Merged
merged 2 commits into from Feb 18, 2018
Merged

[CS] Implement new php-cs-fixer rules and related code cleanup #1040

merged 2 commits into from Feb 18, 2018

Commits on Feb 18, 2018

  1. add new php-cs-fixer rules

    - created new rule set as discussed by community
    - removed broken php-cs-fixer-styleci-bridge usage
    Sebastian Blum authored and robfrawley committed Feb 18, 2018
    Copy the full SHA
    597f204 View commit details
    Browse the repository at this point in the history
  2. add more php-cs-fixer rules and cleanup accordingly

    - add additional rules and sort all alphabetically
    - fix code broken by new rules
    - cleanup .php_cs.dist file and align with cs standards
    - add .php_cs.cache to .gitignore
    robfrawley committed Feb 18, 2018
    Copy the full SHA
    2c62b7f View commit details
    Browse the repository at this point in the history