summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-04 21:06:56 -0500
committerFrederic Guillot <fred@kanboard.net>2015-03-04 21:06:56 -0500
commit436fda01678d1732192493219cea23087dc28bcf (patch)
tree812747003cc7986cd50d98f6d0ab5ec848be253e /app
parentefbcc22f5af2e9b5d241a9cee0dded48353cb91e (diff)
Fix typos
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)
{