summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Model/Swimlane.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Model/Swimlane.php b/app/Model/Swimlane.php
index c189c91f..8f417fca 100644
--- a/app/Model/Swimlane.php
+++ b/app/Model/Swimlane.php
@@ -79,8 +79,8 @@ class Swimlane extends Base
*
* @access public
* @param integer $project_id Project id
- * @param string $name Name
- * @return integer
+ * @param string $name Swimlane name
+ * @return array
*/
public function getByName($project_id, $name)
{