-
Notifications
You must be signed in to change notification settings - Fork 14
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
Switch phpstan to include phpstan.neon.dist #249
Labels
Comments
Yes, +1 to this, using a phpstan.neon.dist is preferred and what we provided via scaffolding on a shared install profile across several sites, which allows individual projects to still use their own phpstan.neon file that overrides/references the dist file already. |
Same type of issue as #238 . |
leonel-lullabot
added a commit
that referenced
this issue
Jul 30, 2024
leonel-lullabot
added a commit
that referenced
this issue
Aug 1, 2024
leonel-lullabot
added a commit
that referenced
this issue
Aug 1, 2024
leonel-lullabot
added a commit
that referenced
this issue
Aug 1, 2024
PR #627 is ready for review |
mrdavidburns
pushed a commit
that referenced
this issue
Aug 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I noted at #216, phpstan generally recommends and expects a
.dist
file to be committed to the repo, andphpstan.neon
to be git ignored. As well, PHPStorm throws an error that phpstan.neon.dist doesn't exist.Instead, lets:
-c
in our task:static tests.The text was updated successfully, but these errors were encountered: