File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/CatalogSearch/Model/Adapter/Aggregation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ class AggregationResolver implements AggregationResolverInterface
53
53
* @param ProductAttributeRepositoryInterface $productAttributeRepository
54
54
* @param SearchCriteriaBuilder $searchCriteriaBuilder
55
55
* @param Config $config
56
- * @param RequestCheckerInterface $aggregationChecker
57
56
* @param AttributeCollection $attributeCollection [optional]
57
+ * @param RequestCheckerInterface|null $aggregationChecker
58
58
*/
59
59
public function __construct (
60
60
AttributeSetFinderInterface $ attributeSetFinder ,
61
61
ProductAttributeRepositoryInterface $ productAttributeRepository ,
62
62
SearchCriteriaBuilder $ searchCriteriaBuilder ,
63
63
Config $ config ,
64
- RequestCheckerInterface $ aggregationChecker = null ,
65
- AttributeCollection $ attributeCollection = null
64
+ AttributeCollection $ attributeCollection = null ,
65
+ RequestCheckerInterface $ aggregationChecker = null
66
66
) {
67
67
$ this ->attributeSetFinder = $ attributeSetFinder ;
68
68
$ this ->productAttributeRepository = $ productAttributeRepository ;
You can’t perform that action at this time.
0 commit comments