lib: Fix type hint of Controller::getResponse()
This commit is contained in:
parent
1c5a784022
commit
6ca02a519b
|
@ -33,6 +33,11 @@ use Zend_Controller_Response_Abstract as Response;
|
|||
* {@inheritdoc}
|
||||
* @return \Icinga\Web\Request
|
||||
* }
|
||||
*
|
||||
* @method \Icinga\Web\Response getResponse() {
|
||||
* {@inheritdoc}
|
||||
* @return \Icinga\Web\Response
|
||||
* }
|
||||
*/
|
||||
class ActionController extends Zend_Controller_Action
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue