Skip to content

Commit 9cbba20

Browse files
committed
Fix
1 parent 31735c7 commit 9cbba20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/PHPStan/Rules/Classes/ImpossibleInstanceOfRuleTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ public function testInstanceof(): void
167167
[
168168
'Instanceof between class-string<DateTimeInterface> and class-string<DateTimeInterface> will always evaluate to false.',
169169
419,
170-
$tipText,
171170
],
172171
[
173172
'Instanceof between class-string<DateTimeInterface> and string will always evaluate to false.',
@@ -266,7 +265,6 @@ public function testInstanceofWithoutAlwaysTrue(): void
266265
[
267266
'Instanceof between class-string<DateTimeInterface> and class-string<DateTimeInterface> will always evaluate to false.',
268267
419,
269-
$tipText,
270268
],
271269
[
272270
'Instanceof between class-string<DateTimeInterface> and string will always evaluate to false.',

0 commit comments

Comments
 (0)