-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathphpstan-baseline.neon
81 lines (66 loc) · 3.94 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
parameters:
ignoreErrors:
-
message: "#^Call to method isResourceClass\\(\\) on an unknown class ApiPlatform\\\\Api\\\\ResourceClassResolverInterface\\.$#"
count: 2
path: src/EventListener/ApiPlatform/JsonLdListener.php
-
message: "#^Parameter \\$resourceClassResolver of method AutoMapper\\\\EventListener\\\\ApiPlatform\\\\JsonLdListener\\:\\:__construct\\(\\) has invalid type ApiPlatform\\\\Api\\\\ResourceClassResolverInterface\\.$#"
count: 1
path: src/EventListener/ApiPlatform/JsonLdListener.php
-
message: "#^Property AutoMapper\\\\EventListener\\\\ApiPlatform\\\\JsonLdListener\\:\\:\\$resourceClassResolver has unknown class ApiPlatform\\\\Api\\\\ResourceClassResolverInterface as its type\\.$#"
count: 1
path: src/EventListener/ApiPlatform/JsonLdListener.php
-
message: "#^Call to method getResourceFromIri\\(\\) on an unknown class ApiPlatform\\\\Api\\\\IriConverterInterface\\.$#"
count: 2
path: src/Provider/ApiPlatform/IriProvider.php
-
message: "#^Call to method isResourceClass\\(\\) on an unknown class ApiPlatform\\\\Api\\\\ResourceClassResolverInterface\\.$#"
count: 1
path: src/Provider/ApiPlatform/IriProvider.php
-
message: "#^Parameter \\$iriConverter of method AutoMapper\\\\Provider\\\\ApiPlatform\\\\IriProvider\\:\\:__construct\\(\\) has invalid type ApiPlatform\\\\Api\\\\IriConverterInterface\\.$#"
count: 1
path: src/Provider/ApiPlatform/IriProvider.php
-
message: "#^Parameter \\$resourceClassResolver of method AutoMapper\\\\Provider\\\\ApiPlatform\\\\IriProvider\\:\\:__construct\\(\\) has invalid type ApiPlatform\\\\Api\\\\ResourceClassResolverInterface\\.$#"
count: 1
path: src/Provider/ApiPlatform/IriProvider.php
-
message: "#^Property AutoMapper\\\\Provider\\\\ApiPlatform\\\\IriProvider\\:\\:\\$iriConverter has unknown class ApiPlatform\\\\Api\\\\IriConverterInterface as its type\\.$#"
count: 1
path: src/Provider/ApiPlatform/IriProvider.php
-
message: "#^Property AutoMapper\\\\Provider\\\\ApiPlatform\\\\IriProvider\\:\\:\\$resourceClassResolver has unknown class ApiPlatform\\\\Api\\\\ResourceClassResolverInterface as its type\\.$#"
count: 1
path: src/Provider/ApiPlatform/IriProvider.php
-
message: "#^Call to method getResourceClass\\(\\) on an unknown class ApiPlatform\\\\Api\\\\ResourceClassResolverInterface\\.$#"
count: 1
path: src/Transformer/ApiPlatform/JsonLdContextTransformer.php
-
message: "#^Call to method isResourceClass\\(\\) on an unknown class ApiPlatform\\\\Api\\\\ResourceClassResolverInterface\\.$#"
count: 1
path: src/Transformer/ApiPlatform/JsonLdContextTransformer.php
-
message: "#^Parameter \\$resourceClassResolver of method AutoMapper\\\\Transformer\\\\ApiPlatform\\\\JsonLdContextTransformer\\:\\:__construct\\(\\) has invalid type ApiPlatform\\\\Api\\\\ResourceClassResolverInterface\\.$#"
count: 1
path: src/Transformer/ApiPlatform/JsonLdContextTransformer.php
-
message: "#^Property AutoMapper\\\\Transformer\\\\ApiPlatform\\\\JsonLdContextTransformer\\:\\:\\$resourceClassResolver has unknown class ApiPlatform\\\\Api\\\\ResourceClassResolverInterface as its type\\.$#"
count: 1
path: src/Transformer/ApiPlatform/JsonLdContextTransformer.php
-
message: "#^Call to method getIriFromResource\\(\\) on an unknown class ApiPlatform\\\\Api\\\\IriConverterInterface\\.$#"
count: 1
path: src/Transformer/ApiPlatform/JsonLdIdTransformer.php
-
message: "#^Parameter \\$iriConverter of method AutoMapper\\\\Transformer\\\\ApiPlatform\\\\JsonLdIdTransformer\\:\\:__construct\\(\\) has invalid type ApiPlatform\\\\Api\\\\IriConverterInterface\\.$#"
count: 1
path: src/Transformer/ApiPlatform/JsonLdIdTransformer.php
-
message: "#^Property AutoMapper\\\\Transformer\\\\ApiPlatform\\\\JsonLdIdTransformer\\:\\:\\$iriConverter has unknown class ApiPlatform\\\\Api\\\\IriConverterInterface as its type\\.$#"
count: 1
path: src/Transformer/ApiPlatform/JsonLdIdTransformer.php