From a7f3e3bec50762f2083f70672a0ba3db533fc8bb Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 4 Mar 2016 21:11:12 -0500 Subject: PHPdoc cleanup --- app/Model/ProjectGroupRole.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Model/ProjectGroupRole.php') diff --git a/app/Model/ProjectGroupRole.php b/app/Model/ProjectGroupRole.php index 750ba7fb..afad4a44 100644 --- a/app/Model/ProjectGroupRole.php +++ b/app/Model/ProjectGroupRole.php @@ -166,7 +166,7 @@ class ProjectGroupRole extends Base * Copy group access from a project to another one * * @param integer $project_src_id Project Template - * @return integer $project_dst_id Project that receives the copy + * @param integer $project_dst_id Project that receives the copy * @return boolean */ public function duplicate($project_src_id, $project_dst_id) -- cgit v1.2.3