Skip to content

Commit 09c6176

Browse files
author
Michal Malinowski
committed
reviewed coding standards with newest PEAR documentation
1 parent 5d4a083 commit 09c6176

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message

1 file changed

+2
-2
lines changed

app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message/ListAction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public function execute()
1515
$severity = $this->getRequest()->getParam('severity');
1616
$default = array(
1717
'severity' => $severity,
18-
'text' => 'All recent issues have been fixed. Please refresh the screen for an update.'
19-
);
18+
'text' => 'All recent issues have been fixed. Please refresh the screen for an update.',
19+
);
2020
$messageCollection = $this->_objectManager->get(
2121
'Magento\AdminNotification\Model\Resource\System\Message\Collection'
2222
);

0 commit comments

Comments
 (0)