Skip to content

Commit 7d5fec5

Browse files
author
Dmytro Poperechnyy
committed
MAGETWO-35527: Rename getDefaultRedirect method to getDefaultResult
- Description updated for ActionInterface;
1 parent 151432a commit 7d5fec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/ActionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function getResponse();
3939
* Get default result object
4040
*
4141
* Method is invoked to return default result of action execution within controllers.
42-
* Can be used to generate execute method result in action controllers.
42+
* Can be used to generate 'execute' method result in action controllers.
4343
*
4444
* @return \Magento\Framework\Controller\ResultInterface
4545
*/

0 commit comments

Comments
 (0)