Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 0f5fef1

Browse files
committed
Fixed PHPDoc return for AbstractActionController::notFoundAction
1 parent 9a02b4f commit 0f5fef1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Controller/AbstractActionController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Zend\Http\Response as HttpResponse;
1313
use Zend\Mvc\Exception;
1414
use Zend\Mvc\MvcEvent;
15+
use Zend\View\Model\ConsoleModel;
1516
use Zend\View\Model\ViewModel;
1617

1718
/**
@@ -39,7 +40,7 @@ public function indexAction()
3940
/**
4041
* Action called if matched action does not exist
4142
*
42-
* @return array
43+
* @return ViewModel|ConsoleModel
4344
*/
4445
public function notFoundAction()
4546
{

0 commit comments

Comments
 (0)