mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Add PHPDoc to ActionController::$params
This commit is contained in:
parent
002e793a53
commit
dfd8c91827
@ -55,6 +55,11 @@ class ActionController extends Zend_Controller_Action
|
||||
*/
|
||||
private $auth;
|
||||
|
||||
/**
|
||||
* URL parameters
|
||||
*
|
||||
* @var UrlParams
|
||||
*/
|
||||
protected $params;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user