Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 1734dfc

Browse files
author
Roman Glushko
committed
#141 Fixed issues from Travis
1 parent 5105989 commit 1734dfc

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

app/code/Magento/CatalogGraphQl/Model/Product/Option/DateType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\CatalogGraphQl\Model\Product\Option;
89

app/code/Magento/QuoteGraphQl/Model/Hydrator/CartHydrator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ public function hydrate(CartInterface $cart): array
4444
'items' => $items,
4545
];
4646
}
47-
}
47+
}

app/code/Magento/QuoteGraphQl/Model/Resolver/Cart/AddSimpleProductsToCart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@ private function getCart(string $cartHash): CartInterface
223223
$cartId = $this->maskedQuoteIdToQuoteId->execute((string) $cartHash);
224224
return $this->cartRepository->get($cartId);
225225
}
226-
}
226+
}

app/code/Magento/QuoteGraphQl/Model/Resolver/CartItem/CustomizableOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ private function getCurrencySymbol(): string
232232

233233
return $store->getBaseCurrency()->getCurrencySymbol();
234234
}
235-
}
235+
}

0 commit comments

Comments
 (0)