Skip to content

Commit 6b7300a

Browse files
author
Valeriy Nayda
committed
GraphQL-141: [Mutations] Cart Operations > Add simple product to Cart
-- fix static builds
1 parent 484c65c commit 6b7300a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class DateType extends ProductDateOptionType
2424
* {@inheritdoc}
2525
*
2626
* @param array $values All product option values, i.e. array (option_id => mixed, option_id => mixed...)
27-
* @return $this
27+
* @return ProductDateOptionType
2828
*/
2929
public function validateUserValue($values)
3030
{

0 commit comments

Comments
 (0)