-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathphpstan.neon
More file actions
executable file
路22 lines (22 loc) 路 697 Bytes
/
Copy pathphpstan.neon
File metadata and controls
executable file
路22 lines (22 loc) 路 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
includes:
- 'vendor/phpstan/phpstan-phpunit/extension.neon'
- 'vendor/phpstan/phpstan-phpunit/rules.neon'
- 'vendor/phpstan/phpstan-symfony/extension.neon'
parameters:
level: 9
excludePaths:
- '%rootDir%/../../../DependencyInjection/Configuration.php'
- '%rootDir%/../../../Tests/*'
- '%rootDir%/../../../vendor/*'
fileExtensions:
- 'php'
ignoreErrors:
-
identifier: missingType.iterableValue
reportUnmatched: false
-
identifier: function.alreadyNarrowedType
reportUnmatched: false
-
identifier: instanceof.alwaysTrue
reportUnmatched: false