-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
56 lines (47 loc) · 1.89 KB
/
phpstan-baseline.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
parameters:
ignoreErrors:
-
message: '#^Method Patchlevel\\EventSourcingAdminBundle\\Decorator\\RequestIdDecorator\:\:__invoke\(\) has parameter \$message with generic class Patchlevel\\EventSourcing\\Message\\Message but does not specify its types\: T$#'
identifier: missingType.generics
count: 1
path: src/Decorator/RequestIdDecorator.php
-
message: '#^Method Patchlevel\\EventSourcingAdminBundle\\Decorator\\RequestIdDecorator\:\:__invoke\(\) return type with generic class Patchlevel\\EventSourcing\\Message\\Message does not specify its types\: T$#'
identifier: missingType.generics
count: 1
path: src/Decorator/RequestIdDecorator.php
-
message: '#^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition\:\:children\(\)\.$#'
identifier: method.notFound
count: 1
path: src/DependencyInjection/Configuration.php
-
message: '#^Cannot call method defaultFalse\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/DependencyInjection/Configuration.php
-
message: '#^Cannot call method end\(\) on mixed\.$#'
identifier: method.nonObject
count: 2
path: src/DependencyInjection/Configuration.php
-
message: '#^Cannot call method scalarNode\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/DependencyInjection/Configuration.php
-
message: '#^Only iterables can be unpacked, mixed given\.$#'
identifier: arrayUnpacking.nonIterable
count: 1
path: src/DependencyInjection/CustomMessageHeaderCompilerPass.php
-
message: '#^Method Patchlevel\\EventSourcingAdminBundle\\Twig\\DumpExtension\:\:dump\(\) should return string but returns string\|null\.$#'
identifier: return.type
count: 1
path: src/Twig/DumpExtension.php
-
message: '#^Cannot cast mixed to string\.$#'
identifier: cast.string
count: 1
path: src/Twig/InspectionExtension.php