Skip to content

Commit c2155d5

Browse files
committed
Fixed PHP CS
1 parent 3188cac commit c2155d5

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
/**
2020
* Renderer class for action in the admin notifications grid
21+
*
2122
* @package Magento\AdminNotification\Block\Grid\Renderer
2223
*/
2324
class Actions extends AbstractRenderer

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
use Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer;
1313
use Magento\Framework\DataObject;
1414

15+
/**
16+
* Renderer class for notice in the admin notifications grid
17+
*
18+
* @package Magento\AdminNotification\Block\Grid\Renderer
19+
*/
1520
class Notice extends AbstractRenderer
1621
{
1722
/**

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
use Magento\Framework\DataObject;
1616
use Magento\Framework\Notification\MessageInterface;
1717

18+
/**
19+
* Renderer class for severity in the admin notifications grid
20+
*
21+
* @package Magento\AdminNotification\Block\Grid\Renderer
22+
*/
1823
class Severity extends AbstractRenderer
1924
{
2025
/**

0 commit comments

Comments
 (0)