mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-10-13 12:14:34 +02:00
25 lines
652 B
Plaintext
25 lines
652 B
Plaintext
includes:
|
|
- ../../vendor/glpi-project/phpstan-glpi/extension.neon
|
|
- ../../vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
|
- ../../vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
|
|
|
|
parameters:
|
|
level: 5
|
|
paths:
|
|
- front
|
|
- src
|
|
- hook.php
|
|
- report.php
|
|
- setup.php
|
|
- stat.php
|
|
scanDirectories:
|
|
- ../../src
|
|
bootstrapFiles:
|
|
- ../../stubs/glpi_constants.php
|
|
- ../../vendor/autoload.php
|
|
- setup.php
|
|
treatPhpDocTypesAsCertain: false
|
|
ignoreErrors:
|
|
- message: "#.*always true#"
|
|
- message: "#Unreachable statement#"
|