mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
lib: Fix type hint of Controller::getRequest()
This commit is contained in:
parent
1130e453f6
commit
62f0281a62
@ -28,6 +28,11 @@ use Zend_Controller_Response_Abstract as Response;
|
|||||||
* Base class for all core action controllers
|
* Base class for all core action controllers
|
||||||
*
|
*
|
||||||
* All Icinga Web core controllers should extend this class
|
* All Icinga Web core controllers should extend this class
|
||||||
|
*
|
||||||
|
* @method \Icinga\Web\Request getRequest() {
|
||||||
|
* {@inheritdoc}
|
||||||
|
* @return \Icinga\Web\Request
|
||||||
|
* }
|
||||||
*/
|
*/
|
||||||
class ActionController extends Zend_Controller_Action
|
class ActionController extends Zend_Controller_Action
|
||||||
{
|
{
|
||||||
|
@ -9,11 +9,6 @@ use Icinga\Module\Monitoring\Object\HostList;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitoring API
|
* Monitoring API
|
||||||
*
|
|
||||||
* @method \Icinga\Web\Request getRequest() {
|
|
||||||
* {@inheritdoc}
|
|
||||||
* @return \Icinga\Web\Request
|
|
||||||
* }
|
|
||||||
*/
|
*/
|
||||||
class Monitoring_ActionsController extends Controller
|
class Monitoring_ActionsController extends Controller
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user