You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
0 commit comments