Skip to content

Commit

Permalink
Fix PHP code sniffer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijaIv committed Sep 30, 2024
1 parent a488d69 commit 78998c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/AbstractPaymentMethodHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ private function getSplitStreetAddressHouseNumber(string $address): array
*/
public function handleAdyenOrderPayment(
AsyncPaymentTransactionStruct $transaction,
$adyenOrderResponse,
$adyenOrderResponse,
SalesChannelContext $salesChannelContext
): void {
if (empty($adyenOrderResponse)) {
Expand Down

0 comments on commit 78998c9

Please sign in to comment.