mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
PHPStan: Enable more checks (#14318)
* PHPStan: Enable more checks * Fixes * Fixes * Deprecation fixes
This commit is contained in:
@@ -3,26 +3,25 @@ includes:
|
||||
- phpstan-baseline-deprecated.neon
|
||||
|
||||
parameters:
|
||||
phpVersion: 70300
|
||||
|
||||
customRulesetUsed: true
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
resultCachePath: %tmpDir%/resultCache-deprecated.php
|
||||
|
||||
paths:
|
||||
- LibreNMS
|
||||
- app
|
||||
- bootstrap
|
||||
- cache
|
||||
- html
|
||||
- storage
|
||||
- app
|
||||
- config
|
||||
- database
|
||||
- doc
|
||||
- html
|
||||
- includes
|
||||
- LibreNMS
|
||||
- licenses
|
||||
- misc
|
||||
- resources
|
||||
- routes
|
||||
- sql-schema
|
||||
- storage
|
||||
- tests
|
||||
|
Reference in New Issue
Block a user