Skip to content

Commit 2a20abd

Browse files
author
Leandro Ferraz Luvisotto
committed
Missing PHPDoc comment
1 parent c78fbc0 commit 2a20abd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ public function __construct(JoinProcessorInterface $joinProcessor)
3232
$this->joinProcessor = $joinProcessor;
3333
}
3434

35-
/**
36-
* @param Collection $collection
37-
* @param SearchCriteriaInterface $searchCriteria
38-
* @param array $attributeNames
39-
* @return Collection
40-
*/
4135
public function process(
4236
Collection $collection,
4337
SearchCriteriaInterface $searchCriteria,

0 commit comments

Comments
 (0)