diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-05-23 11:59:23 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-23 11:59:23 -0400 |
commit | 14c2998c4ac0a56857014fb8b4d403b52dbc686e (patch) | |
tree | 0a31a1941f71b1db0863404243b101528058cfa9 /app/Model/Action.php | |
parent | db76bcb593e34948dab2709bcb7b6c1139a37c72 (diff) |
Improve css and phpdoc comments
Diffstat (limited to 'app/Model/Action.php')
-rw-r--r-- | app/Model/Action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Action.php b/app/Model/Action.php index d1b97ebc..7cd917e9 100644 --- a/app/Model/Action.php +++ b/app/Model/Action.php @@ -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) |