Skip to content

Commit 5f10891

Browse files
committed
style: Fix PHPstan issue
1 parent 7510276 commit 5f10891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Util/ComponentUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getHandles(AbstractBlock $block): array
4444

4545
public function getPageHandles(AbstractBlock $block): array
4646
{
47-
/** @var \Magento\Framework\View\Layout\Processor $update */
47+
/** @var \Magento\Framework\View\Model\Layout\Merge $update */
4848
$update = $block->getLayout()->getUpdate();
4949
return [$update->getPageLayout()];
5050
}

0 commit comments

Comments
 (0)