File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ class Category implements LayerBuilderInterface
74
74
/**
75
75
* @var Aggregations\Category\IncludeDirectChildrenOnly
76
76
*/
77
- private Aggregations \Category \IncludeDirectChildrenOnly $ includeDirectChildrenOnly ;
77
+ private Aggregations \Category \IncludeDirectChildrenOnly $ includeDirectChildrenOnly ;
78
78
79
- /** @var Uid */
80
- private Uid $ uidEncoder ;
79
+ /** @var Uid */
80
+ private Uid $ uidEncoder ;
81
81
82
82
/**
83
83
* @param CategoryAttributeQuery $categoryAttributeQuery
@@ -87,6 +87,7 @@ class Category implements LayerBuilderInterface
87
87
* @param LayerFormatter $layerFormatter
88
88
* @param Aggregations\Category\IncludeDirectChildrenOnly $includeDirectChildrenOnly
89
89
* @param CollectionFactory $categoryCollectionFactory
90
+ * @param Uid $uidEncoder
90
91
*/
91
92
public function __construct (
92
93
CategoryAttributeQuery $ categoryAttributeQuery ,
Original file line number Diff line number Diff line change @@ -1680,7 +1680,7 @@ public function testFilterProductsForExactMatchingName()
1680
1680
'options ' => [
1681
1681
[
1682
1682
'label ' => 'Colorful Category ' ,
1683
- 'value ' => '330 ' ,
1683
+ 'value ' => 'MzMw ' ,
1684
1684
'count ' => 2 ,
1685
1685
],
1686
1686
],
You can’t perform that action at this time.
0 commit comments