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

Commit

Permalink
GraphQL-141: [Mutations] Cart Operations > Add simple product to Cart
Browse files Browse the repository at this point in the history
-- fix static tests
  • Loading branch information
Valeriy Nayda committed Sep 26, 2018
1 parent 6b7300a commit c21a016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
class DateType extends ProductDateOptionType
{
/**
* Make valid string as a value of date option type for GraphQl queries
*
* {@inheritdoc}
*
* Make valid string as a value of date option type for GraphQl queries
*
* @param array $values All product option values, i.e. array (option_id => mixed, option_id => mixed...)
* @return ProductDateOptionType
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ public function __construct(array $supportedTypes = [])
}

/**
* {@inheritdoc}
*
* @param array $data
* @return string
* @throws GraphQlInputException
* @throws LocalizedException
* @inheritdoc
*/
public function resolveType(array $data) : string
{
Expand Down

0 comments on commit c21a016

Please sign in to comment.