Skip to content

Commit 590b84d

Browse files
author
Valeriy Nayda
committed
GraphQL-123: Fix regexp when filter by root category id
-- fix static tests
1 parent 4a355a0 commit 590b84d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/ExtractDataFromCategoryTree.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Magento\Catalog\Api\Data\CategoryInterface;
1212

1313
/**
14-
* Extarct data from category tree
14+
* Extract data from category tree
1515
*/
1616
class ExtractDataFromCategoryTree
1717
{
@@ -30,6 +30,8 @@ public function __construct(
3030
}
3131

3232
/**
33+
* Extract data from category tree
34+
*
3335
* @param \Iterator $iterator
3436
* @return array
3537
*/

0 commit comments

Comments
 (0)