Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit 187d2d8

Browse files
Remove phpstan error
1 parent 0c325f3 commit 187d2d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/design/frontend/ControlAltDelete/MageDispatch/Magento_Catalog/templates/product/list

app/design/frontend/ControlAltDelete/MageDispatch/Magento_Catalog/templates/product/list/item.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $viewModels->require(BlockJsDependencies::class)->setBlockTemplateDependency($bl
105105
tabindex="-1"
106106
>
107107
<?= $block->getImage($product, $imageDisplayArea)
108-
->setTemplate('Magento_Catalog::product/list/image.phtml')
108+
// ->setTemplate('Magento_Catalog::product/list/image.phtml')
109109
->setData('custom_attributes', $imageCustomAttributes)
110110
->setProductId($productId)
111111
->toHtml(); ?>

0 commit comments

Comments
 (0)