Skip to content

Commit

Permalink
Fix Delete handling exception previous argument type (#973)
Browse files Browse the repository at this point in the history
| Q               | A
| --------------- | -----
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets |
| License         | MIT

See
https://github.com/Sylius/Sylius/actions/runs/12863423224/job/35859981293?pr=17635

And that to check backward compatibility 
https://3v4l.org/Bq8jW
  • Loading branch information
GSadee authored Jan 20, 2025
2 parents 9618e87 + eab7d96 commit 3057e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/src/Exception/DeleteHandlingException.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct(
string $flash = 'something_went_wrong_error',
int $apiResponseCode = 500,
int $code = 0,
?\Exception $previous = null,
?\Throwable $previous = null,
) {
parent::__construct($message, $code, $previous);

Expand Down

0 comments on commit 3057e53

Please sign in to comment.