Skip to content

Commit 730c8de

Browse files
author
OlgaVasyltsun
committed
MC-17383 Eliminate @escapeNotVerified in Module Backend
1 parent 85f5aa4 commit 730c8de

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/view/adminhtml/templates/widget

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/view/adminhtml/templates/widget/grid.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*/
1818
/* @var $block \Magento\Backend\Block\Widget\Grid */
19-
$numColumns = ($block->getColumns() !== null) ? count($block->getColumns()) : 0;
19+
$numColumns = $block->getColumns() !== null ? count($block->getColumns()) : 0;
2020
?>
2121
<?php if ($block->getCollection()) : ?>
2222
<?php if ($block->canDisplayContainer()) : ?>

0 commit comments

Comments
 (0)