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

Rename phpstan.neon -> phpstan.dist.neon #5692

Merged

Commits on Sep 13, 2022

  1. Rename phpstan.neon -> phpstan.dist.neon

    Per https://phpstan.org/config-reference#config-file:
    > The usual practice is to have `phpstan.neon.dist` or `phpstan.dist.neon`
    > under version control, and allow the user to override certain settings
    > in their environment (on their own computer or on a continuous
    > integration server) by creating `phpstan.neon` that’s present in
    > `.gitignore` file.
    
    I picked `phpstan.dist.neon` for consistency with
    `.php-cs-fixer.dist.php` config (dependabot#5691).
    
    I didn't add the file to `.gitignore` because I actually want to know if
    there starts being a new file under that name and see it in git...
    jeffwidman committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    58e4526 View commit details
    Browse the repository at this point in the history