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

Improve PHP-CS-Fixer config file support #1661

Merged
merged 2 commits into from
May 28, 2017
Merged

Improve PHP-CS-Fixer config file support #1661

merged 2 commits into from
May 28, 2017

Commits on May 13, 2017

  1. Improve PHP-CS-Fixer config file support

    Add a PHP-CS-Fixer setting to specify a custom config file. If no
    setting is provided, check first the working directory then the project
    root for `.php_cs` and `.php_cs.dist`.
    Update the example link to PHP-CS-Fixer source to accommodate the new
    code.
    Fix capitalization in the "Allow risky rules" description.
    sbine committed May 13, 2017
    Configuration menu
    Copy the full SHA
    c4bb1ee View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    sbine committed May 13, 2017
    Configuration menu
    Copy the full SHA
    20bd5af View commit details
    Browse the repository at this point in the history