Improve css and phpdoc comments

This commit is contained in:
Frédéric Guillot
2014-05-23 11:59:23 -04:00
parent db76bcb593
commit 14c2998c4a
19 changed files with 428 additions and 322 deletions

View File

@@ -213,7 +213,7 @@ class Action extends Base
* @access public
* @param string $name Action class name
* @param integer $project_id Project id
* @return mixed Action Instance
* @return \Core\Listener Action Instance
* @throw LogicException
*/
public function load($name, $project_id)