14 lines
212 B
Plaintext
14 lines
212 B
Plaintext
|
includes:
|
||
|
- ./vendor/nunomaduro/larastan/extension.neon
|
||
|
|
||
|
parameters:
|
||
|
|
||
|
paths:
|
||
|
- app
|
||
|
|
||
|
# The level 8 is the highest level
|
||
|
level: 6
|
||
|
|
||
|
ignoreErrors:
|
||
|
- '#Unsafe usage of new static#'
|