summaryrefslogtreecommitdiff
path: root/app/Model/Board.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Board.php')
-rw-r--r--app/Model/Board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Board.php b/app/Model/Board.php
index c10be19f..d41ecafe 100644
--- a/app/Model/Board.php
+++ b/app/Model/Board.php
@@ -77,7 +77,7 @@ class Board extends Base
*
* @author Antonio Rabelo
* @param integer $project_from Project Template
- * @return integer $project_to Project that receives the copy
+ * @param integer $project_to Project that receives the copy
* @return boolean
*/
public function duplicate($project_from, $project_to)