-
Notifications
You must be signed in to change notification settings - Fork 4
/
phpstan-baseline.neon
41 lines (34 loc) · 1.8 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
parameters:
ignoreErrors:
-
message: "#^Expression in empty\\(\\) is always falsy\\.$#"
count: 1
path: src/Infrastructure/AMQP/Queue/AmqpQueue.php
-
message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#"
count: 2
path: src/Infrastructure/Attribute/ClassAttributeCache.php
-
message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#"
count: 1
path: src/Infrastructure/Attribute/ClassAttributeResolver.php
-
message: "#^Method App\\\\Infrastructure\\\\DependencyInjection\\\\ContainerBuilder\\:\\:__construct\\(\\) has parameter \\$containerBuilder with generic class DI\\\\ContainerBuilder but does not specify its types\\: ContainerClass$#"
count: 1
path: src/Infrastructure/DependencyInjection/ContainerBuilder.php
-
message: "#^Parameter \\#3 \\$containerParentClass of method DI\\\\ContainerBuilder\\<DI\\\\Container\\>\\:\\:enableCompilation\\(\\) expects class\\-string\\<DI\\\\CompiledContainer\\>, string given\\.$#"
count: 1
path: src/Infrastructure/DependencyInjection/ContainerBuilder.php
-
message: "#^Unable to resolve the template type T in call to method DI\\\\ContainerBuilder\\<DI\\\\Container\\>\\:\\:enableCompilation\\(\\)$#"
count: 1
path: src/Infrastructure/DependencyInjection/ContainerBuilder.php
-
message: "#^Cannot call method getName\\(\\) on ReflectionType\\|null\\.$#"
count: 1
path: src/Infrastructure/Eventing/EventListener/ConventionBasedEventListener.php
-
message: "#^Parameter \\#3 \\$depth of function Safe\\\\json_decode expects int\\<1, max\\>, int given\\.$#"
count: 1
path: src/Infrastructure/Serialization/Json.php