Fix typos

This commit is contained in:
Frederic Guillot
2015-03-04 21:06:56 -05:00
parent efbcc22f5a
commit 436fda0167
2 changed files with 11 additions and 11 deletions

View File

@@ -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)
{