librenms/phpstan-deprecated.neon
Jellyfrog 5a56e9081e
Use Laravel schema migration command directly (#14039)
* Add new schema migration command

* Apply fixes from StyleCI
2023-08-03 19:26:48 -05:00

27 lines
516 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
- storage
- tests