Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 5, 2013
1 parent 15ff222 commit 7a02ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nag/lib/Api.php
Expand Up @@ -146,7 +146,7 @@ public function getTasklist($name)
* @param string $description Task list description.
* @param string $color Task list color.
*
* @return integer The new tasklist's id.
* @return string The new tasklist's id.
*/
public function addTasklist($name, $description = '', $color = '')
{
Expand Down

0 comments on commit 7a02ad1

Please sign in to comment.