icingadb-web/phpstan.neon

29 lines
583 B
Text
Raw Normal View History

includes:
- phpstan-baseline.neon
2023-06-19 06:53:40 -04:00
parameters:
level: max
2023-06-19 06:53:40 -04:00
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
treatPhpDocTypesAsCertain: false
2023-06-19 06:53:40 -04:00
paths:
- application
- library
scanDirectories:
- vendor
ignoreErrors:
-
messages:
- '#Unsafe usage of new static\(\)#'
- '#. but return statement is missing#'
reportUnmatched: false
2023-06-19 06:53:40 -04:00
universalObjectCratesClasses:
- ipl\Orm\Model
- Icinga\Web\View
- Icinga\Data\ConfigObject