Skip to content

Commit 601391a

Browse files
author
Dmytro Poperechnyy
committed
MAGETWO-26762: Default Exception Handler for Controllers
- Return type changed to void in getDefaultRedirect method in Noroute class;
1 parent b6d62f5 commit 601391a

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/TestFixture/Controller/Adminhtml

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/TestFixture/Controller/Adminhtml/Noroute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function getResponse()
3939
/**
4040
* Get default redirect object
4141
*
42-
* @return \Magento\Framework\Controller\Result\Redirect
42+
* @return void
4343
*/
4444
public function getDefaultRedirect()
4545
{

0 commit comments

Comments
 (0)