mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 12:00:52 +00:00
18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
includes:
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
parameters:
|
|
paths:
|
|
- app
|
|
|
|
# The level 8 is the highest level
|
|
level: 5
|
|
|
|
ignoreErrors:
|
|
- '#Unsafe usage of new static#'
|
|
|
|
excludePaths:
|
|
- ./*/*/FileToBeExcluded.php
|
|
|
|
checkMissingIterableValueType: false
|