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

Commit ee33385

Browse files
gabrielschOcramius
authored andcommitted
Fixes @method docblock for plugin
It creates IDE warnings, there is a required parameter
1 parent a22422d commit ee33385

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)