Skip to content

Commit

Permalink
GraphQL-123: Fix regexp when filter by root category id
Browse files Browse the repository at this point in the history
-- fix static tests
  • Loading branch information
Valeriy Nayda committed Oct 1, 2018
1 parent 4a355a0 commit 590b84d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Magento\Catalog\Api\Data\CategoryInterface;

/**
* Extarct data from category tree
* Extract data from category tree
*/
class ExtractDataFromCategoryTree
{
Expand All @@ -30,6 +30,8 @@ public function __construct(
}

/**
* Extract data from category tree
*
* @param \Iterator $iterator
* @return array
*/
Expand Down

0 comments on commit 590b84d

Please sign in to comment.