Skip to content

Commit 0aa4de1

Browse files
authored
Merge pull request #34 from magento-commerce/MCLOUD-12054
MCLOUD-12054 ignoring PHPStan error to fix
2 parents f1e85ef + 18856fd commit 0aa4de1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Model/UrlFinder/Product.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class Product implements CloudUrlFinderInterface
6464
*/
6565
public function __construct(
6666
UrlFixer $urlFixer,
67+
// @phpstan-ignore-next-line
6768
CollectionFactory $productCollectionFactory,
6869
ProductVisibility $productVisibility,
6970
array $stores,

0 commit comments

Comments
 (0)