This repository was archived by the owner on Apr 22, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
211 lines (177 loc) · 6.13 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
211 lines (177 loc) · 6.13 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
parameters:
ignoreErrors:
-
message: '#^Unsafe usage of new static\(\)\.$#'
identifier: new.static
count: 1
path: src/Exceptions/AttributeNotFoundException.php
-
message: '#^Unsafe usage of new static\(\)\.$#'
identifier: new.static
count: 2
path: src/Exceptions/JsonEncodingException.php
-
message: '#^Unsafe usage of new static\(\)\.$#'
identifier: new.static
count: 1
path: src/Exceptions/RelationNotFoundException.php
-
message: '#^Call to function is_null\(\) with string will always evaluate to false\.$#'
identifier: function.impossibleType
count: 1
path: src/Helpers/ArrayHelper.php
-
message: '#^Instanceof between \*NEVER\* and Joomla\\Entity\\Helpers\\Collection will always evaluate to false\.$#'
identifier: instanceof.alwaysFalse
count: 1
path: src/Helpers/Collection.php
-
message: '#^Instanceof between Joomla\\Entity\\Model and Joomla\\Entity\\Model will always evaluate to true\.$#'
identifier: instanceof.alwaysTrue
count: 1
path: src/Helpers/Collection.php
-
message: '#^Parameter \#1 \$string of function strtoupper expects string, bool given\.$#'
identifier: argument.type
count: 1
path: src/Helpers/Collection.php
-
message: '#^Result of \|\| is always true\.$#'
identifier: booleanOr.alwaysTrue
count: 1
path: src/Helpers/Collection.php
-
message: '#^Unsafe usage of new static\(\)\.$#'
identifier: new.static
count: 2
path: src/Helpers/Collection.php
-
message: '#^Access to an undefined property Joomla\\Entity\\Model\:\:\$createdAt\.$#'
identifier: property.notFound
count: 1
path: src/Model.php
-
message: '#^Access to an undefined property Joomla\\Entity\\Model\:\:\$updatedAt\.$#'
identifier: property.notFound
count: 1
path: src/Model.php
-
message: '#^Call to an undefined method Joomla\\Entity\\Helpers\\Collection\:\:each\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Model.php
-
message: '#^Method Joomla\\Entity\\Model\:\:incrementOrDecrement\(\) should return int\|Joomla\\Entity\\Model but returns bool\.$#'
identifier: return.type
count: 2
path: src/Model.php
-
message: '#^PHPDoc tag @param has invalid value \(string/array \$value \= attribute\(s\) to be made hidden for serialization\)\: Unexpected token "/array", expected variable at offset 112 on line 4$#'
identifier: phpDoc.parseError
count: 1
path: src/Model.php
-
message: '#^PHPDoc tag @param has invalid value \(string/array \$value \= attribute\(s\) to be made hidden for serialization\)\: Unexpected token "/array", expected variable at offset 115 on line 4$#'
identifier: phpDoc.parseError
count: 1
path: src/Model.php
-
message: '#^Parameter \#3 \$lazy of method Joomla\\Entity\\Model\:\:incrementOrDecrement\(\) expects float\|int, bool given\.$#'
identifier: argument.type
count: 2
path: src/Model.php
-
message: '#^Property Joomla\\Entity\\Model\:\:\$table \(string\) in isset\(\) is not nullable\.$#'
identifier: isset.property
count: 1
path: src/Model.php
-
message: '#^Static method Joomla\\Entity\\Model\:\:getMutatorMethods\(\) invoked with 1 parameter, 0 required\.$#'
identifier: arguments.count
count: 1
path: src/Model.php
-
message: '#^Strict comparison using \=\=\= between DateTime\|int and string will always evaluate to false\.$#'
identifier: identical.alwaysFalse
count: 1
path: src/Model.php
-
message: '#^Strict comparison using \=\=\= between string and false will always evaluate to false\.$#'
identifier: identical.alwaysFalse
count: 1
path: src/Model.php
-
message: '#^Unsafe usage of new static\(\)\.$#'
identifier: new.static
count: 1
path: src/Model.php
-
message: '#^Variable \$relation might not be defined\.$#'
identifier: variable.undefined
count: 1
path: src/Model.php
-
message: '#^Access to an undefined property Joomla\\Database\\QueryInterface\:\:\$select\.$#'
identifier: property.notFound
count: 1
path: src/Query.php
-
message: '#^Call to an undefined method Joomla\\Entity\\Query\:\:setLimit\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Query.php
-
message: '#^Call to an undefined method Joomla\\Entity\\Query\:\:whereIn\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Query.php
-
message: '#^Call to function is_null\(\) with string will always evaluate to false\.$#'
identifier: function.impossibleType
count: 1
path: src/Query.php
-
message: '#^Parameter \#2 \$array of function implode expects array\<string\>, list\<array\|string\> given\.$#'
identifier: argument.type
count: 1
path: src/Query.php
-
message: '#^Call to an undefined method Joomla\\Entity\\Query\:\:whereIn\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Relations/BelongsTo.php
-
message: '#^Access to an undefined property Joomla\\Entity\\Model\:\:\$updatedAt\.$#'
identifier: property.notFound
count: 1
path: src/Relations/HasOneOrMany.php
-
message: '#^Call to an undefined method Joomla\\Entity\\Query\:\:whereIn\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Relations/HasOneOrMany.php
-
message: '#^Call to an undefined method Joomla\\Entity\\Relations\\HasOneOrMany\:\:convertAliasedToRaw\(\)\.$#'
identifier: method.notFound
count: 3
path: src/Relations/HasOneOrMany.php
-
message: '#^Call to an undefined method Joomla\\Entity\\Relations\\HasOneOrMany\:\:find\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Relations/HasOneOrMany.php
-
message: '#^Call to an undefined method Joomla\\Entity\\Relations\\HasOneOrMany\:\:getDb\(\)\.$#'
identifier: method.notFound
count: 3
path: src/Relations/HasOneOrMany.php
-
message: '#^Call to an undefined method Joomla\\Entity\\Relations\\HasOneOrMany\:\:where\(\)\.$#'
identifier: method.notFound
count: 2
path: src/Relations/HasOneOrMany.php
-
message: '#^Method Joomla\\Entity\\Relations\\HasOneOrMany\:\:updateRelated\(\) should return int but returns bool\.$#'
identifier: return.type
count: 1
path: src/Relations/HasOneOrMany.php