Last active
March 15, 2025 19:55
-
-
Save JustSteveKing/f35c98e6e7abfbb1c8a4f1a0f4270084 to your computer and use it in GitHub Desktop.
Default Laravel PHPStan Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
paths: | |
- app/ | |
level: 9 | |
ignoreErrors: | |
- identifier: missingType.generics | |
checkImplicitMixed: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment