forked from ccmbenchmark/ting_api_platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
111 lines (90 loc) · 5.21 KB
/
phpstan-baseline.neon
File metadata and controls
111 lines (90 loc) · 5.21 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
parameters:
ignoreErrors:
-
message: "#^Cannot call method getClassMetadata\\(\\) on CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\Manager\\<U of object\\>\\|null\\.$#"
count: 1
path: src/Extension/EagerLoadingExtension.php
-
message: "#^Method CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Extension\\\\EagerLoadingExtension\\:\\:addSelect\\(\\) has parameter \\$propertyMetadataOptions with no value type specified in iterable type array\\.$#"
count: 1
path: src/Extension/EagerLoadingExtension.php
-
message: "#^Method CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Extension\\\\EagerLoadingExtension\\:\\:joinRelations\\(\\) has parameter \\$normalizationContext with no value type specified in iterable type array\\.$#"
count: 1
path: src/Extension/EagerLoadingExtension.php
-
message: "#^Method CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Extension\\\\EagerLoadingExtension\\:\\:joinRelations\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Extension/EagerLoadingExtension.php
-
message: "#^Cannot call method getClassMetadata\\(\\) on CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\Manager\\<T of object\\>\\|null\\.$#"
count: 1
path: src/Extension/FilterEagerLoadingExtension.php
-
message: "#^Method CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Extension\\\\PaginationExtension\\:\\:getResult\\(\\) should return array\\|CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\PartialPaginator\\<T of object\\> but returns CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Paginator\\<object\\>\\.$#"
count: 1
path: src/Extension/PaginationExtension.php
-
message: "#^Cannot call method getClassMetadata\\(\\) on CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\Manager\\<T of object\\>\\|null\\.$#"
count: 1
path: src/Filter/AbstractFilter.php
-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/Filter/ExistsFilter.php
-
message: "#^Parameter \\#1 \\$property of method CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Filter\\\\AbstractFilter\\:\\:denormalizePropertyName\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Filter/ExistsFilter.php
-
message: "#^Method CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\State\\\\ItemProvider\\:\\:provide\\(\\) should return object\\|null but returns mixed\\.$#"
count: 1
path: src/State/ItemProvider.php
-
message: "#^Cannot call method getClassMetadata\\(\\) on CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\Manager\\<object\\>\\|null\\.$#"
count: 2
path: src/State/LinksHandler.php
-
message: "#^Property CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\ClassMetadataFactory\\:\\:\\$loadedMetadata with generic class CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\ClassMetadata does not specify its types\\: T$#"
count: 1
path: src/Ting/ClassMetadataFactory.php
-
message: "#^Property CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\ClassMetadataFactory\\:\\:\\$loadedMetadata with generic class CCMBenchmark\\\\Ting\\\\Repository\\\\Repository does not specify its types\\: T$#"
count: 1
path: src/Ting/ClassMetadataFactory.php
-
message: "#^Property CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\ManagerRegistry\\:\\:\\$instancedManagers with generic class CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\Manager does not specify its types\\: T$#"
count: 1
path: src/Ting/ManagerRegistry.php
-
message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(array\\|object\\)\\: mixed given\\.$#"
count: 1
path: src/Ting/Pagination/Paginator.php
-
message: "#^Cannot call method getClassMetadata\\(\\) on CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\Manager\\<T of object\\>\\|null\\.$#"
count: 1
path: src/Ting/Query/SelectBuilder.php
-
message: "#^Cannot call method getRepository\\(\\) on CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\Manager\\<object\\>\\|null\\.$#"
count: 1
path: src/Ting/Query/SelectBuilder.php
-
message: "#^Method Aura\\\\SqlQuery\\\\Common\\\\WhereInterface\\:\\:where\\(\\) invoked with 2 parameters, 1 required\\.$#"
count: 1
path: src/Ting/Query/SelectBuilder.php
-
message: "#^Parameter \\#1 \\$className of method CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\Query\\\\SelectBuilder\\:\\:getClassMetadata\\(\\) expects class\\-string\\<object\\>, string given\\.$#"
count: 2
path: src/Ting/Query/SelectBuilder.php
-
message: "#^Property CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\Query\\\\SelectBuilder\\:\\:\\$entityClassAliases \\(array\\<string, class\\-string\\>\\) does not accept array\\<string, string\\>\\.$#"
count: 1
path: src/Ting/Query/SelectBuilder.php
-
message: "#^Unable to resolve the template type T in call to method CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\Query\\\\SelectBuilder\\:\\:getClassMetadata\\(\\)$#"
count: 2
path: src/Ting/Query/SelectBuilder.php
-
message: "#^Property CCMBenchmark\\\\Ting\\\\ApiPlatform\\\\Ting\\\\RepositoryProvider\\:\\:\\$localCache with generic class CCMBenchmark\\\\Ting\\\\Repository\\\\Repository does not specify its types\\: T$#"
count: 1
path: src/Ting/RepositoryProvider.php