Skip to content

Commit 18954f6

Browse files
committed
Add Whitespace before the argument
1 parent 6cf0e98 commit 18954f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/QuoteGraphQl/Model/Cart/SetBillingAddressOnCart.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function execute(ContextInterface $context, CartInterface $cart, array $b
9090
);
9191
}
9292

93-
$billingAddress = $this->createBillingAddress($context, $customerAddressId, $addressInput,$sameAsShipping);
93+
$billingAddress = $this->createBillingAddress($context, $customerAddressId, $addressInput, $sameAsShipping);
9494

9595
$this->assignBillingAddressToCart->execute($cart, $billingAddress, $sameAsShipping);
9696
}
@@ -101,6 +101,7 @@ public function execute(ContextInterface $context, CartInterface $cart, array $b
101101
* @param ContextInterface $context
102102
* @param int|null $customerAddressId
103103
* @param array $addressInput
104+
* @param bool $sameAsShipping
104105
* @return Address
105106
* @throws GraphQlAuthorizationException
106107
* @throws GraphQlInputException

0 commit comments

Comments
 (0)