-
Notifications
You must be signed in to change notification settings - Fork 2
/
phpstan.neon.dist
36 lines (36 loc) · 1.44 KB
/
phpstan.neon.dist
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
26
27
28
29
30
31
32
33
34
35
36
parameters:
excludes_analyse:
paths:
- src
level: max
checkMissingIterableValueType: false
checkExplicitMixed: false
ignoreErrors:
-
message: '#Parameter \#1 \$json of function json_decode expects string, string\|false given.*#'
count: 3
path: ./src/Context/ApiContext.php
-
message: '#Call to an undefined method Symfony\\Component\\HttpKernel\\KernelInterface::terminate\(\).*#'
count: 1
path: ./src/Context/ApiContext.php
-
message: '#Parameter \#3 \$actualJSON of method BehatApiContext\\Context\\ApiContext::compareStructureResponse\(\) expects string, string\|false given.*#'
count: 1
path: ./src/Context/ApiContext.php
-
message: '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::children\(\).#'
count: 1
path: ./src/DependencyInjection
-
message: '#.*NodeParentInterface|null.*#'
count: 1
path: ./src/DependencyInjection
-
message: '#Call to an undefined method object::clear().*#'
count: 1
path: ./src/Service/ResetManager/DoctrineResetManager
-
message: '#Call to an undefined method object::getConnection().*#'
count: 1
path: ./src/Service/ResetManager/DoctrineResetManager