Skip to content

Commit

Permalink
ParameterOutAssignedTypeRule - fix for conditional types
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 13, 2024
1 parent 787c1e2 commit 19497ba
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ public function testRule(): void
]);
}

public function testBug10699(): void
{
$this->analyse([__DIR__ . '/../../Analyser/data/bug-10699.php'], []);
}

}

0 comments on commit 19497ba

Please sign in to comment.