You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Loose comparison using == between 3 and int<10, 20> will always evaluate to false.',
180
+
17,
181
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
182
+
],
183
+
[
184
+
'Loose comparison using == between int<10, 20> and 3 will always evaluate to false.',
185
+
18,
186
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
187
+
],
188
+
[
189
+
'Loose comparison using == between 23 and int<10, 20> will always evaluate to false.',
190
+
23,
191
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
192
+
],
193
+
[
194
+
'Loose comparison using == between int<10, 20> and 23 will always evaluate to false.',
195
+
24,
196
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
197
+
],
198
+
[
199
+
'Loose comparison using == between null and int<10, 20> will always evaluate to false.',
200
+
26,
201
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
202
+
],
203
+
[
204
+
'Loose comparison using == between int<10, 20> and null will always evaluate to false.',
205
+
27,
206
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
207
+
],
208
+
[
209
+
'Loose comparison using == between \' 3\' and int<10, 20> will always evaluate to false.',
210
+
32,
211
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
212
+
],
213
+
[
214
+
'Loose comparison using == between int<10, 20> and \' 3\' will always evaluate to false.',
215
+
33,
216
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
217
+
],
218
+
[
219
+
'Loose comparison using == between \' 23\' and int<10, 20> will always evaluate to false.',
220
+
38,
221
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
222
+
],
223
+
[
224
+
'Loose comparison using == between int<10, 20> and \' 23\' will always evaluate to false.',
225
+
39,
226
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
227
+
],
228
+
[
229
+
'Loose comparison using == between false and int<10, 20> will always evaluate to false.',
230
+
44,
231
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
232
+
],
233
+
[
234
+
'Loose comparison using == between int<10, 20> and false will always evaluate to false.',
235
+
45,
236
+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
0 commit comments