Skip to content

Commit 5b1bb99

Browse files
committed
Fix build after merge
1 parent 5d35811 commit 5b1bb99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/PHPStan/Rules/Comparison/ImpossibleCheckTypeFunctionCallRuleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,6 @@ public function testAlwaysTruePregMatch(): void
957957

958958
public function testBug3979(): void
959959
{
960-
$this->checkAlwaysTrueCheckTypeFunctionCall = true;
961960
$this->treatPhpDocTypesAsCertain = true;
962961
$this->analyse([__DIR__ . '/data/bug-3979.php'], []);
963962
}

0 commit comments

Comments
 (0)