You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/CatalogGraphQl/Model/Resolver/Categories/DataProvider/Category/CollectionProcessor/CatalogProcessor.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@
23
23
*/
24
24
class CatalogProcessor implements CollectionProcessorInterface
25
25
{
26
-
/** @var
27
-
* SearchCriteriaCollectionProcessor
26
+
/**
27
+
* @var SearchCriteriaCollectionProcessor
28
28
*/
29
29
private$collectionProcessor;
30
30
@@ -35,6 +35,7 @@ class CatalogProcessor implements CollectionProcessorInterface
0 commit comments