diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-03-04 21:11:12 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-03-04 21:11:12 -0500 |
| commit | a7f3e3bec50762f2083f70672a0ba3db533fc8bb (patch) | |
| tree | c8e9961cb610042acf32e88096abc5fcb3eac4dd /app/Model/Board.php | |
| parent | 38082096909424c23032224365c90aa5189eb6f0 (diff) | |
PHPdoc cleanup
Diffstat (limited to 'app/Model/Board.php')
| -rw-r--r-- | app/Model/Board.php | 2 |
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) |
