Last active
September 23, 2020 07:42
-
-
Save Korko/19ad2705a8a8632819aa8370fcb631b8 to your computer and use it in GitHub Desktop.
Larastan default config
This file contains hidden or 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
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