Skip to content

Commit

Permalink
Add PHPDoc to ActionController::$params
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Apr 7, 2015
1 parent 002e793 commit dfd8c91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/Icinga/Web/Controller/ActionController.php
Expand Up @@ -55,6 +55,11 @@ class ActionController extends Zend_Controller_Action
*/
private $auth;

/**
* URL parameters
*
* @var UrlParams
*/
protected $params;

/**
Expand Down

0 comments on commit dfd8c91

Please sign in to comment.