Skip to content

Commit 93a2d71

Browse files
committed
MAGETWO-95391: Widget Escaping
- Add suppression for new block aware rule
1 parent a1215e1 commit 93a2d71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Widget/Block/Adminhtml/Widget.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class Widget extends \Magento\Backend\Block\Widget\Form\Container
1616
{
1717
/**
1818
* @inheritdoc
19+
*
20+
* @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
1921
*/
2022
protected function _construct()
2123
{

0 commit comments

Comments
 (0)