File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
tests/PHPStan/Rules/Classes Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -167,11 +167,6 @@ public function testInstanceof(): void
167167 388 ,
168168 $ tipText ,
169169 ],
170- [
171- 'Instanceof between T of Exception and Error will always evaluate to false. ' ,
172- 404 ,
173- $ tipText ,
174- ],
175170 [
176171 'Instanceof between class-string<DateTimeInterface> and DateTimeInterface will always evaluate to false. ' ,
177172 418 ,
@@ -270,11 +265,6 @@ public function testInstanceofWithoutAlwaysTrue(): void
270265 'Instanceof between mixed and ImpossibleInstanceOf\InvalidTypeTest|int results in an error.',
271266 362,
272267 ],*/
273- [
274- 'Instanceof between T of Exception and Error will always evaluate to false. ' ,
275- 404 ,
276- $ tipText ,
277- ],
278268 [
279269 'Instanceof between class-string<DateTimeInterface> and DateTimeInterface will always evaluate to false. ' ,
280270 418 ,
You can’t perform that action at this time.
0 commit comments