-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan.neon
25 lines (20 loc) · 923 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
25
includes:
- vendor-bin/phpstan/vendor/phpstan/phpstan-symfony/extension.neon
- vendor-bin/phpstan/vendor/phpstan/phpstan-symfony/rules.neon
parameters:
featureToggles:
bleedingEdge: true
bootstrapFiles:
- %rootDir%/../../../vendor/autoload.php
reportUnmatchedIgnoredErrors: false
universalObjectCratesClasses:
- Contao\UserModel
ignoreErrors:
-
identifier: missingType.iterableValue
-
message: '#Cannot call method load\(\) on Symfony\\Component\\Config\\Loader\\LoaderInterface\|false#'
path: %currentWorkingDirectory%/src/ContaoManager/Plugin.php
-
message: '#Method ContaoId\\ContaoBundle\\ContaoManager\\Plugin::getRouteCollection\(\) should return Symfony\\Component\\Routing\\RouteCollection\|null but returns mixed#'
path: %currentWorkingDirectory%/src/ContaoManager/Plugin.php