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

Commit d43164b

Browse files
author
Valeriy Nayda
committed
GraphQL-141: [Mutations] Cart Operations > Add simple product to Cart
-- fix static tests
1 parent d39230e commit d43164b

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Product/Option

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
use Magento\Framework\Stdlib\DateTime;
1313

1414
/**
15-
* Catalog product option date validator
16-
*
17-
* {@inheritdoc}
15+
* @inheritdoc
1816
*/
1917
class DateType extends ProductDateOptionType
2018
{

0 commit comments

Comments
 (0)