Skip to content

Commit e250c7d

Browse files
Add "UnusedFormalParameter" suppress warning
1 parent 2824022 commit e250c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessor/ExtensibleEntityProcessor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function __construct(JoinProcessorInterface $joinProcessor)
3737
* @param SearchCriteriaInterface $searchCriteria
3838
* @param array $attributeNames
3939
* @return Collection
40+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
4041
*/
4142
public function process(
4243
Collection $collection,

0 commit comments

Comments
 (0)