correct typos in doc-tags and add missing tags

This commit is contained in:
coderkun 2014-09-16 12:42:19 +02:00
commit 857dc97a14
12 changed files with 24 additions and 10 deletions

View file

@ -93,6 +93,7 @@
* @param string $controllerName Name of the Controller to instantiate
* @param string $layoutName Name of the current Layout
* @param string $action Current Action
* @param string $agent Name of Agent
*/
public static function factory($controllerName, $layoutName, $action, $agent)
{