Skip to content

Commit aa63f5d

Browse files
committed
Fix merge
1 parent 2851e0b commit aa63f5d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/PHPStan/Rules/Classes/ImpossibleInstanceOfRuleTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -541,11 +541,4 @@ public function testBug4689(): void
541541
$this->analyse([__DIR__ . '/data/bug-4689.php'], []);
542542
}
543543

544-
public function testBug3632(): void
545-
{
546-
$this->checkAlwaysTrueInstanceOf = true;
547-
$this->treatPhpDocTypesAsCertain = false;
548-
$this->analyse([__DIR__ . '/data/bug-3632.php'], []);
549-
}
550-
551544
}

0 commit comments

Comments
 (0)