Skip to content

Commit

Permalink
fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed May 30, 2024
1 parent 025afdf commit b83d71d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Controller/OrderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use OxidSolutionCatalysts\Unzer\Exception\Redirect;
use OxidSolutionCatalysts\Unzer\Exception\RedirectWithMessage;
use OxidSolutionCatalysts\Unzer\Model\Order as UnzerOrder;
use OxidSolutionCatalysts\Unzer\Model\Payment as UnzerPayment;
use OxidSolutionCatalysts\Unzer\Service\ModuleSettings;
use OxidSolutionCatalysts\Unzer\Service\Payment as PaymentService;
use OxidSolutionCatalysts\Unzer\Service\ResponseHandler;
Expand Down Expand Up @@ -327,7 +328,7 @@ public function executeoscunzer(): ?string
*/
public function getExecuteFnc()
{
/** @var Payment $payment */
/** @var UnzerPayment $payment */
$payment = $this->getPayment();
if (
$payment->isUnzerPayment()
Expand Down

0 comments on commit b83d71d

Please sign in to comment.