Skip to content

Commit 3dea8d0

Browse files
committed
ENGCOM-4513: Static test fix.
1 parent 9661291 commit 3dea8d0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Wishlist/view/frontend/templates/item/column

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/view/frontend/templates/item/column/review.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column $block */
88
$product = $block->getItem()->getProduct();
99
?>
10-
<?= $block->getReviewsSummaryHtml($product, 'short') ?>
10+
<?= $block->getReviewsSummaryHtml($product, 'short');

0 commit comments

Comments
 (0)