Housekeeping: semicolon

This commit is contained in:
Thomas Gelf 2016-04-22 11:29:09 +02:00
parent 51ebf79632
commit f5f4bb1dfa
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Housekeeping
public function hasPendingTasks()
{
return count($this->getPendingTaskSummary()) > 0
return count($this->getPendingTaskSummary()) > 0;
}
public function runAllTasks()