2021-11-17 00:19:55 +01:00
|
|
|
includes:
|
|
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
paths:
|
|
|
|
- app
|
|
|
|
|
|
|
|
# The level 8 is the highest level
|
2021-11-17 22:32:52 +01:00
|
|
|
level: 8
|
2021-11-17 00:19:55 +01:00
|
|
|
|
|
|
|
ignoreErrors:
|
|
|
|
- '#Unsafe usage of new static#'
|
2022-01-02 11:29:36 +01:00
|
|
|
|
|
|
|
checkMissingIterableValueType: false
|