Skip to content

Commit 4811a1a

Browse files
committed
Fix build after merge
1 parent fd645ff commit 4811a1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/PHPStan/Rules/Comparison/ImpossibleCheckTypeFunctionCallRuleTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,14 +963,12 @@ public function testBug3979(): void
963963

964964
public function testBug8464(): void
965965
{
966-
$this->checkAlwaysTrueCheckTypeFunctionCall = true;
967966
$this->treatPhpDocTypesAsCertain = true;
968967
$this->analyse([__DIR__ . '/data/bug-8464.php'], []);
969968
}
970969

971970
public function testBug8954(): void
972971
{
973-
$this->checkAlwaysTrueCheckTypeFunctionCall = true;
974972
$this->treatPhpDocTypesAsCertain = true;
975973
$this->analyse([__DIR__ . '/data/bug-8954.php'], []);
976974
}

0 commit comments

Comments
 (0)