Skip to content

Commit b7c1d04

Browse files
committed
magento2/pull/26939: Fixed static test.
1 parent 6ec7be9 commit b7c1d04

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

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

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

4141
/**
4242
* @inheritdoc
43-
*
44-
* @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface
4543
*/
4644
public function execute()
4745
{

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

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

4040
/**
4141
* @inheritdoc
42-
*
43-
* @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface
4442
*/
4543
public function execute()
4644
{

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

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

4040
/**
4141
* @inheritdoc
42-
*
43-
* @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface
4442
*/
4543
public function execute()
4644
{

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

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

4040
/**
4141
* @inheritdoc
42-
*
43-
* @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface
4442
*/
4543
public function execute()
4644
{

0 commit comments

Comments
 (0)