Fix `ActionController::prepareInit()' php doc

This commit is contained in:
Eric Lippmann 2014-09-16 18:43:14 +02:00
parent 88b3b5d690
commit d091e2150c
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class ActionController extends Zend_Controller_Action
* 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()
{