Skip to content

Commit

Permalink
fix broken mixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 5, 2024
1 parent c5f1fce commit 94ff0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Integration/misc/PHP8_0.test
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class T_Mixed

// https://wiki.php.net/rfc/throw_expression
if (1) {
foo() ?? throw new Exception();
foo() ?? throw new \Exception();
$a = $condition && throw new Exception();
$callable = static fn () => throw new Exception();
$value = $falsableValue ?: throw new InvalidArgumentException();
Expand Down

0 comments on commit 94ff0ea

Please sign in to comment.