Skip to content

Commit

Permalink
Fix `ActionController::prepareInit()' php doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Sep 16, 2014
1 parent 88b3b5d commit d091e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/Controller/ActionController.php
Expand Up @@ -101,7 +101,7 @@ public function __construct(
* As it should not be required for controllers to call the parent's init() method, base controllers should use
* prepareInit() in order to prepare the controller initialization.
*
* @see \Zend_Controller_Action()::init() For the controller initialization method.
* @see \Zend_Controller_Action::init() For the controller initialization method.
*/
protected function prepareInit()
{
Expand Down

0 comments on commit d091e21

Please sign in to comment.