Skip to content

Commit 939c73e

Browse files
committed
MC-16764: [Backport for 2.2.x] Eliminate @escapeNotVerified in Tax-related Modules
1 parent 6c4a94f commit 939c73e

File tree

32 files changed

+217
-187
lines changed

32 files changed

+217
-187
lines changed

app/code/Magento/Tax/view/adminhtml/templates/items/price/row.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
7-
// phpcs:disable Magento2.Templates.ThisInTemplate
86
?>
97
<?php
108
/** @var \Magento\Tax\Block\Adminhtml\Items\Price\Renderer $block */

app/code/Magento/Tax/view/adminhtml/templates/items/price/total.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
// phpcs:disable PSR2.Files.ClosingTag
67
?>
78
<?php
89
/** @var \Magento\Tax\Block\Adminhtml\Items\Price\Renderer $block */

app/code/Magento/Tax/view/adminhtml/templates/items/price/unit.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
7-
// phpcs:disable Magento2.Templates.ThisInTemplate
86
?>
97
<?php
108
/** @var \Magento\Tax\Block\Adminhtml\Items\Price\Renderer $block */

app/code/Magento/Tax/view/adminhtml/templates/order/create/items/price/row.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
7-
// phpcs:disable Magento2.Templates.ThisInTemplate
86
?>
97
<?php
108
/** @var \Magento\Tax\Block\Adminhtml\Items\Price\Renderer $block */

app/code/Magento/Tax/view/adminhtml/templates/order/create/items/price/unit.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
7-
// phpcs:disable Magento2.Templates.ThisInTemplate
86
?>
97
<?php
108
/** @var \Magento\Tax\Block\Adminhtml\Items\Price\Renderer $block */

app/code/Magento/Tax/view/adminhtml/templates/rate/js.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
7-
// phpcs:disable Magento2.Templates.ThisInTemplate
86
?>
97
<script>
108
require([

app/code/Magento/Tax/view/adminhtml/templates/toolbar/rate/add.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
// phpcs:disable PSR2.Files.ClosingTag
67
?>
78
<?= $block->getChildHtml('grid') ?>

app/code/Magento/Tax/view/frontend/templates/checkout/cart/item/price/sidebar.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
// phpcs:disable Magento2.Templates.ThisInTemplate
8-
97
/** @var $block \Magento\Tax\Block\Item\Price\Renderer */
108
?>
119
<?php $_item = $block->getItem() ?>

app/code/Magento/Tax/view/frontend/templates/checkout/grandtotal.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
// phpcs:disable Magento2.Templates.ThisInTemplate
8-
97
/**
108
* @var $block \Magento\Tax\Block\Checkout\Grandtotal
119
*/

app/code/Magento/Tax/view/frontend/templates/checkout/shipping.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
// phpcs:disable Magento2.Templates.ThisInTemplate
8-
97
/**
108
* @var $block \Magento\Tax\Block\Checkout\Shipping
119
* @see \Magento\Tax\Block\Checkout\Shipping

0 commit comments

Comments
 (0)