Skip to content

Commit f722280

Browse files
committed
MAGETWO-95391: Widget Escaping
- Resolve static test failures
1 parent 5693121 commit f722280

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Widget extends \Magento\Backend\Block\Widget\Form\Container
1616
{
1717
/**
18-
* @return void
18+
* @inheritdoc
1919
*/
2020
protected function _construct()
2121
{
@@ -51,6 +51,5 @@ protected function _construct()
5151
);
5252
});
5353
EOJS;
54-
5554
}
5655
}

0 commit comments

Comments
 (0)