File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/code/Magento/Checkout/Model Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class AddressMapper implements AddressMapperInterface
40
40
* @param QuoteIdMaskFactory $quoteIdMaskFactory
41
41
*/
42
42
public function __construct (
43
- CartRepositoryInterface $ cartRepository ,
43
+ CartRepositoryInterface $ cartRepository ,
44
44
AddressRepositoryInterface $ addressRepository ,
45
45
QuoteIdMaskFactory $ quoteIdMaskFactory
46
46
) {
@@ -98,8 +98,8 @@ public function customerCheckoutAddressMapper(
98
98
* @inheritDoc
99
99
*/
100
100
public function guestCheckoutAddressMapper (
101
- int | string $ cartId ,
102
- string $ email ,
101
+ $ cartId ,
102
+ string $ email ,
103
103
PaymentInterface $ paymentMethod ,
104
104
AddressInterface $ billingAddress = null
105
105
): void {
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ public function customerCheckoutAddressMapper(
29
29
/**
30
30
* Process guest address information for same as billing
31
31
*
32
- * @param int| string $cartId
32
+ * @param string $cartId
33
33
* @param string $email
34
34
* @param PaymentInterface $paymentMethod
35
35
* @param AddressInterface|null $billingAddress
36
36
* @return void
37
37
*/
38
38
public function guestCheckoutAddressMapper (
39
- int | string $ cartId ,
39
+ $ cartId ,
40
40
string $ email ,
41
41
PaymentInterface $ paymentMethod ,
42
42
AddressInterface $ billingAddress = null
You can’t perform that action at this time.
0 commit comments