Skip to content

Commit

Permalink
ENGCOM-4513: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Mar 19, 2019
1 parent 9661291 commit 3dea8d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column $block */
$product = $block->getItem()->getProduct();
?>
<?= $block->getReviewsSummaryHtml($product, 'short') ?>
<?= $block->getReviewsSummaryHtml($product, 'short');

0 comments on commit 3dea8d0

Please sign in to comment.