mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
29 lines
507 B
Plaintext
29 lines
507 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
- vendor/nunomaduro/larastan/extension.neon
|
|
- vendor/phpstan/phpstan-mockery/extension.neon
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app
|
|
- config
|
|
- database
|
|
- LibreNMS
|
|
- resources
|
|
- tests
|
|
|
|
scanDirectories:
|
|
- includes
|
|
|
|
level: 5
|
|
|
|
checkMissingIterableValueType: false
|
|
treatPhpDocTypesAsCertain: false
|
|
|
|
ignoreErrors:
|
|
- '#Unsafe usage of new static#'
|
|
|
|
parallel:
|
|
processTimeout: 300.0
|