Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CatchWithUnthrownExceptionRuleTest.php
  • Loading branch information
staabm committed May 13, 2026
commit 05a5262537062cbdbda1ea2fb164630171572037
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ public function testBug5952(): void
]);
}

#[RequiresPhp('>= 8.3.0')]
public function testBug14569(): void
{
$this->analyse([__DIR__ . '/data/bug-14569.php'], []);
Expand Down
Loading