librenms/phpstan.neon
Tony Murray f0f0a05dd1
Change PHPStan target to PHP 7.3 (#13153)
* Change PHPStan target to PHP 7.3

* ignore lines

* Update LoginTest.php

* Update LoginTest.php

Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
2021-08-19 16:20:13 +02:00

31 lines
530 B
Plaintext

includes:
- phpstan-baseline.neon
- vendor/nunomaduro/larastan/extension.neon
- vendor/phpstan/phpstan-mockery/extension.neon
parameters:
phpVersion: 70300
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