forked from centreon/centreon-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
24 lines (24 loc) · 811 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
parameters:
bootstrapFiles:
- config/centreon.config.php.template
paths:
- %currentWorkingDirectory%/src/Centreon
- %currentWorkingDirectory%/src/EventSubscriber
- %currentWorkingDirectory%/src/Security
- %currentWorkingDirectory%/src/Utility
- %currentWorkingDirectory%/src/Core
- %currentWorkingDirectory%/tests/php/Core
- %currentWorkingDirectory%/tests/php/Centreon
- %currentWorkingDirectory%/tests/php/Security
- %currentWorkingDirectory%/tests/php/Utility
ignoreErrors:
-
message: '#^Undefined variable: \$this$#'
path: tests/php/
-
message: '#^Call to an undefined method Pest#'
path: tests/php/
reportUnmatchedIgnoredErrors: false
services:
errorFormatter.absolute:
class: Centreon\PHPStan\AbsolutePathErrorFormatter