Skip to content

Commit 213eb65

Browse files
committed
Fix after merge
1 parent e2b5a60 commit 213eb65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/PHPStan/Rules/PhpDoc/WrongVariableNameInVarTagRuleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ public function testReportWrongType(
509509

510510
public function testBug12457(): void
511511
{
512-
$this->checkTypeAgainstNativeType = true;
513512
$this->checkTypeAgainstPhpDocType = true;
514513
$this->strictWideningCheck = true;
515514
$this->analyse([__DIR__ . '/data/bug-12457.php'], [

0 commit comments

Comments
 (0)