summaryrefslogtreecommitdiff
path: root/app/Model/ProjectGroupRole.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-04 21:11:12 -0500
committerFrederic Guillot <fred@kanboard.net>2016-03-04 21:11:12 -0500
commita7f3e3bec50762f2083f70672a0ba3db533fc8bb (patch)
treec8e9961cb610042acf32e88096abc5fcb3eac4dd /app/Model/ProjectGroupRole.php
parent38082096909424c23032224365c90aa5189eb6f0 (diff)
PHPdoc cleanup
Diffstat (limited to 'app/Model/ProjectGroupRole.php')
-rw-r--r--app/Model/ProjectGroupRole.php2
1 files changed, 1 insertions, 1 deletions
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)