Skip to content

Commit

Permalink
Fix PHP-8 only syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Apr 3, 2024
1 parent 0d51588 commit 66e72ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Action/ObtainCreditCardActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public function testShouldPassFirstAndCurrentModelsToTemplate(): void

try {
$action->execute(new ObtainCreditCard($firstModel, $currentModel));
} catch (HttpResponse) {
} catch (HttpResponse $e) {
return;
}

Expand Down

0 comments on commit 66e72ad

Please sign in to comment.