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

Commit af8003a

Browse files
committed
Merge branch 'doc/#2-method-annotation-helper-mismatch' into develop
Close #2 Forward port #2
2 parents aa3c474 + ee33385 commit af8003a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/AbstractController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @method \Zend\Mvc\Controller\Plugin\Redirect redirect()
4242
* @method \Zend\Mvc\Controller\Plugin\Url url()
4343
* @method \Zend\View\Model\ConsoleModel createConsoleNotFoundModel()
44-
* @method \Zend\View\Model\ViewModel createHttpNotFoundModel()
44+
* @method \Zend\View\Model\ViewModel createHttpNotFoundModel(Response $response)
4545
*/
4646
abstract class AbstractController implements
4747
Dispatchable,

0 commit comments

Comments
 (0)