-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
141 lines (114 loc) · 5.04 KB
/
phpstan-baseline.neon
File metadata and controls
141 lines (114 loc) · 5.04 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
parameters:
ignoreErrors:
-
message: "#^Deprecated in PHP 8\\.4\\: Parameter \\#3 \\$parameterName \\(string\\) is implicitly nullable via default value null\\.$#"
count: 1
path: src/Exception/ParameterConverterException.php
-
message: "#^Call to static method getShortnameFromFqcn\\(\\) on an unknown class App\\\\Criticalmass\\\\Util\\\\ClassUtil\\.$#"
count: 1
path: src/Factory/ConflictResolver/ConflictResolver.php
-
message: "#^Variable \\$parameter in PHPDoc tag @var does not match any variable in the foreach loop\\: \\$parameterCandidate$#"
count: 1
path: src/Factory/ParameterFactory/ParameterFactory.php
-
message: "#^Variable \\$parameterField in PHPDoc tag @var does not match any variable in the foreach loop\\: \\$fieldName, \\$parameterFields$#"
count: 1
path: src/Factory/ParameterFactory/ParameterFactory.php
-
message: "#^Call to static method getShortname\\(\\) on an unknown class App\\\\Criticalmass\\\\Util\\\\ClassUtil\\.$#"
count: 1
path: src/Factory/QueryFactory/QueryFactory.php
-
message: "#^Variable \\$entityField in PHPDoc tag @var does not match any variable in the foreach loop\\: \\$entityFields$#"
count: 1
path: src/Factory/QueryFactory/QueryFactory.php
-
message: "#^Negated boolean expression is always false\\.$#"
count: 1
path: src/Factory/ValueAssigner/ValueAssigner.php
-
message: "#^Call to an undefined method ReflectionType\\:\\:getName\\(\\)\\.$#"
count: 1
path: src/FieldList/EntityFieldList/EntityFieldListFactory.php
-
message: "#^Call to an undefined method ReflectionType\\:\\:getName\\(\\)\\.$#"
count: 1
path: src/FieldList/ParameterFieldList/ParameterFieldListFactory.php
-
message: "#^Call to an undefined method MalteHuebner\\\\DataQueryBundle\\\\FieldList\\\\AbstractField\\:\\:setParameterName\\(\\)\\.$#"
count: 2
path: src/FieldList/QueryFieldList/QueryFieldListFactory.php
-
message: "#^Call to an undefined method ReflectionType\\:\\:getName\\(\\)\\.$#"
count: 2
path: src/FieldList/QueryFieldList/QueryFieldListFactory.php
-
message: "#^Call to method createPaginatorAdapter\\(\\) on an unknown class FOS\\\\ElasticaBundle\\\\Repository\\.$#"
count: 1
path: src/Finder/Finder.php
-
message: "#^Call to method find\\(\\) on an unknown class FOS\\\\ElasticaBundle\\\\Repository\\.$#"
count: 1
path: src/Finder/Finder.php
-
message: "#^Class MalteHuebner\\\\DataQueryBundle\\\\Finder\\\\AbstractOrmQuery not found\\.$#"
count: 1
path: src/Finder/Finder.php
-
message: "#^Parameter \\$repository of method MalteHuebner\\\\DataQueryBundle\\\\Finder\\\\Finder\\:\\:__construct\\(\\) has invalid type FOS\\\\ElasticaBundle\\\\Repository\\.$#"
count: 1
path: src/Finder/Finder.php
-
message: "#^Property MalteHuebner\\\\DataQueryBundle\\\\Finder\\\\Finder\\:\\:\\$repository has unknown class FOS\\\\ElasticaBundle\\\\Repository as its type\\.$#"
count: 1
path: src/Finder/Finder.php
-
message: "#^Class FOS\\\\ElasticaBundle\\\\Manager\\\\RepositoryManagerInterface not found\\.$#"
count: 2
path: src/FinderFactory/FinderFactory.php
-
message: "#^Cannot call method addMust\\(\\) on array\\<string, array\\<string, mixed\\>\\>\\|Elastica\\\\Query\\\\AbstractQuery\\.$#"
count: 1
path: src/Parameter/StartValueParameter.php
-
message: "#^Call to static method getDayEndDateTime\\(\\) on an unknown class App\\\\Criticalmass\\\\Util\\\\DateTimeUtil\\.$#"
count: 2
path: src/Query/DateQuery.php
-
message: "#^Call to static method getDayStartDateTime\\(\\) on an unknown class App\\\\Criticalmass\\\\Util\\\\DateTimeUtil\\.$#"
count: 2
path: src/Query/DateQuery.php
-
message: "#^Call to static method getMonthEndDateTime\\(\\) on an unknown class App\\\\Criticalmass\\\\Util\\\\DateTimeUtil\\.$#"
count: 2
path: src/Query/MonthQuery.php
-
message: "#^Call to static method getMonthStartDateTime\\(\\) on an unknown class App\\\\Criticalmass\\\\Util\\\\DateTimeUtil\\.$#"
count: 2
path: src/Query/MonthQuery.php
-
message: "#^Call to static method getYearEndDateTime\\(\\) on an unknown class App\\\\Criticalmass\\\\Util\\\\DateTimeUtil\\.$#"
count: 2
path: src/Query/YearQuery.php
-
message: "#^Call to static method getYearStartDateTime\\(\\) on an unknown class App\\\\Criticalmass\\\\Util\\\\DateTimeUtil\\.$#"
count: 2
path: src/Query/YearQuery.php
-
message: "#^Access to an undefined property Symfony\\\\Component\\\\Validator\\\\Constraint\\:\\:\\$message\\.$#"
count: 2
path: src/Validator/BoundingBoxValidator.php
-
message: "#^PHPDoc tag @var above a method has no effect\\.$#"
count: 1
path: src/Validator/BoundingBoxValidator.php
-
message: "#^Access to an undefined property Symfony\\\\Component\\\\Validator\\\\Constraint\\:\\:\\$message\\.$#"
count: 1
path: src/Validator/SortableValidator.php
-
message: "#^Variable \\$fieldList in PHPDoc tag @var does not match assigned variable \\$entityFieldList\\.$#"
count: 1
path: src/Validator/SortableValidator.php