librenms/phpstan-deprecated.neon
Jellyfrog 152497a098
PHPStan: Enable more checks (#14318)
* PHPStan: Enable more checks

* Fixes

* Fixes

* Deprecation fixes
2022-09-09 07:08:06 -05:00

28 lines
537 B
Plaintext

includes:
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- phpstan-baseline-deprecated.neon
parameters:
customRulesetUsed: true
reportUnmatchedIgnoredErrors: false
resultCachePath: %tmpDir%/resultCache-deprecated.php
paths:
- app
- bootstrap
- cache
- config
- database
- doc
- html
- includes
- LibreNMS
- licenses
- misc
- resources
- routes
- sql-schema
- storage
- tests