Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 8, 2016
1 parent a36fafe commit 3fae251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nag/lib/Task.php
Expand Up @@ -710,7 +710,7 @@ public function getNextStart()
*
* Takes recurring tasks into account.
*
* @return Horde_Date The next due date.
* @return Horde_Date|null The next due date or null if no due date.
*/
public function getNextDue()
{
Expand Down

0 comments on commit 3fae251

Please sign in to comment.