Skip to content

Commit 9dc550b

Browse files
committed
Static test fix
1 parent 9addb8c commit 9dc550b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

app/code/Magento/AdminNotification/Block/Grid/Renderer/Actions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
/**
2020
* Renderer class for action in the admin notifications grid
21-
*
22-
* @package Magento\AdminNotification\Block\Grid\Renderer
2321
*/
2422
class Actions extends AbstractRenderer
2523
{

app/code/Magento/AdminNotification/Block/Grid/Renderer/Notice.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
/**
1616
* Renderer class for notice in the admin notifications grid
17-
*
18-
* @package Magento\AdminNotification\Block\Grid\Renderer
1917
*/
2018
class Notice extends AbstractRenderer
2119
{

app/code/Magento/AdminNotification/Block/Grid/Renderer/Severity.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
/**
1919
* Renderer class for severity in the admin notifications grid
20-
*
21-
* @package Magento\AdminNotification\Block\Grid\Renderer
2220
*/
2321
class Severity extends AbstractRenderer
2422
{

0 commit comments

Comments
 (0)