Skip to content

Commit 9a3f23a

Browse files
author
olysenko
committed
Merge remote-tracking branch 'origin/MAGETWO-67291' into bugfixes
2 parents 6c2e389 + 56622a1 commit 9a3f23a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/CatalogSearch/Model/Adapter/Aggregation/AggregationResolver.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ class AggregationResolver implements AggregationResolverInterface
5353
* @param ProductAttributeRepositoryInterface $productAttributeRepository
5454
* @param SearchCriteriaBuilder $searchCriteriaBuilder
5555
* @param Config $config
56-
* @param RequestCheckerInterface $aggregationChecker
5756
* @param AttributeCollection $attributeCollection [optional]
57+
* @param RequestCheckerInterface|null $aggregationChecker
5858
*/
5959
public function __construct(
6060
AttributeSetFinderInterface $attributeSetFinder,
6161
ProductAttributeRepositoryInterface $productAttributeRepository,
6262
SearchCriteriaBuilder $searchCriteriaBuilder,
6363
Config $config,
64-
RequestCheckerInterface $aggregationChecker = null,
65-
AttributeCollection $attributeCollection = null
64+
AttributeCollection $attributeCollection = null,
65+
RequestCheckerInterface $aggregationChecker = null
6666
) {
6767
$this->attributeSetFinder = $attributeSetFinder;
6868
$this->productAttributeRepository = $productAttributeRepository;

0 commit comments

Comments
 (0)