Skip to content

Instantly share code, notes, and snippets.

@JustSteveKing
Last active February 28, 2024 19:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustSteveKing/f35c98e6e7abfbb1c8a4f1a0f4270084 to your computer and use it in GitHub Desktop.
Save JustSteveKing/f35c98e6e7abfbb1c8a4f1a0f4270084 to your computer and use it in GitHub Desktop.
Default Laravel PHPStan Config
parameters:
paths:
- app/
level: 9
ignoreErrors:
excludePaths:
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment