Skip to content

Commit 6b15169

Browse files
committed
Fixed static test issue
1 parent bf52401 commit 6b15169

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/view/frontend/templates/sales/order/items

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/view/frontend/templates/sales/order/items/renderer.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
// phpcs:disable Magento2.Templates.ThisInTemplate.FoundThis
6+
// phpcs:disable Magento2.Templates.ThisInTemplate
77
/** @var $block \Magento\Bundle\Block\Sales\Order\Items\Renderer */
88
$parentItem = $block->getItem();
99
$items = $block->getOrderItems((int)$parentItem->getOrderId(), (int)$parentItem->getId());

0 commit comments

Comments
 (0)