We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd645ff commit 4811a1aCopy full SHA for 4811a1a
tests/PHPStan/Rules/Comparison/ImpossibleCheckTypeFunctionCallRuleTest.php
@@ -963,14 +963,12 @@ public function testBug3979(): void
963
964
public function testBug8464(): void
965
{
966
- $this->checkAlwaysTrueCheckTypeFunctionCall = true;
967
$this->treatPhpDocTypesAsCertain = true;
968
$this->analyse([__DIR__ . '/data/bug-8464.php'], []);
969
}
970
971
public function testBug8954(): void
972
973
974
975
$this->analyse([__DIR__ . '/data/bug-8954.php'], []);
976
0 commit comments