Skip to content

Instantly share code, notes, and snippets.

@Korko
Last active September 23, 2020 07:42
Show Gist options
  • Save Korko/19ad2705a8a8632819aa8370fcb631b8 to your computer and use it in GitHub Desktop.
Save Korko/19ad2705a8a8632819aa8370fcb631b8 to your computer and use it in GitHub Desktop.
Larastan default config
includes:
- %rootDir%/../../nunomaduro/larastan/extension.neon
parameters:
paths:
- app
- tests
# The level 8 is the highest level
level: 5
ignoreErrors:
- '#Unsafe usage of new static#'
checkMissingIterableValueType: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment