lib: Fix type hint of Controller::getResponse()

This commit is contained in:
Eric Lippmann 2015-08-20 16:07:24 +02:00
parent 1c5a784022
commit 6ca02a519b
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ use Zend_Controller_Response_Abstract as Response;
* {@inheritdoc} * {@inheritdoc}
* @return \Icinga\Web\Request * @return \Icinga\Web\Request
* } * }
*
* @method \Icinga\Web\Response getResponse() {
* {@inheritdoc}
* @return \Icinga\Web\Response
* }
*/ */
class ActionController extends Zend_Controller_Action class ActionController extends Zend_Controller_Action
{ {