Skip to content

Commit

Permalink
remove return value because of compatibility with core
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Jun 14, 2024
1 parent ead6db5 commit 4940404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/ShopControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ class ShopControl extends ShopControl_parent
/**
* @param StandardException $exception
* @phpstan-return void
* no returnvalue because of compatibility with core
*/
protected function handleBaseException($exception): void
protected function handleBaseException($exception)
{
if ($exception instanceof UnzerException) {
$this->handleCustomUnzerException($exception);
Expand Down

0 comments on commit 4940404

Please sign in to comment.