18 lines
273 B
Plaintext
18 lines
273 B
Plaintext
includes:
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app
|
|
|
|
# The level 8 is the highest level
|
|
level: 5
|
|
|
|
ignoreErrors:
|
|
|
|
excludes_analyse:
|
|
- ./*/*/FileToBeExcluded.php
|
|
|
|
checkMissingIterableValueType: false
|