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

Commit d39230e

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

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Product/Option

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
class DateType extends ProductDateOptionType
2020
{
2121
/**
22-
* {@inheritdoc}
23-
*
2422
* Make valid string as a value of date option type for GraphQl queries
2523
*
2624
* @param array $values All product option values, i.e. array (option_id => mixed, option_id => mixed...)

0 commit comments

Comments
 (0)