librenms-librenms/phpstan.neon
Jellyfrog 3e3aa9077e Revert "Fix StringBlade errors with a stub file" (#12776)
This reverts parts of commit 165c4fd53cfb732f4a47e40da39d7372b2346c17.
2021-04-21 23:22:15 +02:00

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