Skip to content

Commit c669a57

Browse files
committed
Change return value from boolean to ActionInterface in match() method comment
1 parent e7bc266 commit c669a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Router/DefaultRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(ActionFactory $actionFactory, NoRouteHandlerList $no
3737
* Modify request and set to no-route action
3838
*
3939
* @param RequestInterface $request
40-
* @return boolean
40+
* @return ActionInterface
4141
*/
4242
public function match(RequestInterface $request)
4343
{

0 commit comments

Comments
 (0)