From e5e355d06890b324df2ded707ca491f9539dd171 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 25 Jun 2014 10:07:06 -0300 Subject: Merge pull-request #140 (several small fixes) --- app/Model/Action.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/Model/Action.php') diff --git a/app/Model/Action.php b/app/Model/Action.php index 0e3aee71..25e72f58 100644 --- a/app/Model/Action.php +++ b/app/Model/Action.php @@ -70,6 +70,7 @@ class Action extends Base * Return actions and parameters for a given project * * @access public + * @param $project_id * @return array */ public function getAllByProject($project_id) @@ -212,8 +213,9 @@ class Action extends Base * Load an action * * @access public - * @param string $name Action class name - * @param integer $project_id Project id + * @param string $name Action class name + * @param integer $project_id Project id + * @throws \LogicException * @return \Core\Listener Action Instance * @throw LogicException */ -- cgit v1.2.3