Skip to content

Commit 6ec7be9

Browse files
committed
Merge remote-tracking branch 'ihor-sviziev/cleanup-objectmanager-fallback' into cleanup-objectmanager-fallback
# Conflicts: # app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MarkAsRead.php # app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassMarkAsRead.php # app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassRemove.php # app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/Remove.php
2 parents 57af3d7 + 2598994 commit 6ec7be9

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MarkAsRead.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ public function __construct(Action\Context $context, NotificationService $notifi
4040

4141
/**
4242
* @inheritdoc
43+
*
44+
* @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface
4345
*/
4446
public function execute()
4547
{

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassMarkAsRead.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public function __construct(Action\Context $context, InboxModelFactory $inboxMod
3939

4040
/**
4141
* @inheritdoc
42+
*
43+
* @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface
4244
*/
4345
public function execute()
4446
{

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassRemove.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public function __construct(Action\Context $context, InboxModelFactory $inboxMod
3939

4040
/**
4141
* @inheritdoc
42+
*
43+
* @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface
4244
*/
4345
public function execute()
4446
{

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/Remove.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public function __construct(Action\Context $context, InboxModelFactory $inboxMod
3939

4040
/**
4141
* @inheritdoc
42+
*
43+
* @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface
4244
*/
4345
public function execute()
4446
{

0 commit comments

Comments
 (0)