diff options
Diffstat (limited to 'app/Model/Category.php')
-rw-r--r-- | app/Model/Category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Category.php b/app/Model/Category.php index 6368f507..1d5f6546 100644 --- a/app/Model/Category.php +++ b/app/Model/Category.php @@ -191,7 +191,7 @@ class Category extends Base * * @author Antonio Rabelo * @param integer $src_project_id Source project id - * @return integer $dst_project_id Destination project id + * @param integer $dst_project_id Destination project id * @return boolean */ public function duplicate($src_project_id, $dst_project_id) |