2021-09-23 21:27:14 +02:00
|
|
|
includes:
|
2021-11-30 09:33:14 +01:00
|
|
|
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
2021-09-23 21:27:14 +02:00
|
|
|
- phpstan-baseline-deprecated.neon
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
customRulesetUsed: true
|
|
|
|
reportUnmatchedIgnoredErrors: false
|
2021-11-02 18:17:35 -05:00
|
|
|
resultCachePath: %tmpDir%/resultCache-deprecated.php
|
2021-09-23 21:27:14 +02:00
|
|
|
|
|
|
|
paths:
|
2022-09-09 14:08:06 +02:00
|
|
|
- app
|
2021-09-23 21:27:14 +02:00
|
|
|
- bootstrap
|
|
|
|
- cache
|
|
|
|
- config
|
|
|
|
- database
|
|
|
|
- doc
|
2022-09-09 14:08:06 +02:00
|
|
|
- html
|
2021-09-23 21:27:14 +02:00
|
|
|
- includes
|
2022-09-09 14:08:06 +02:00
|
|
|
- LibreNMS
|
2021-09-23 21:27:14 +02:00
|
|
|
- licenses
|
|
|
|
- misc
|
|
|
|
- resources
|
|
|
|
- routes
|
2022-09-09 14:08:06 +02:00
|
|
|
- storage
|
2021-09-23 21:27:14 +02:00
|
|
|
- tests
|