mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
Housekeeping: semicolon
This commit is contained in:
parent
51ebf79632
commit
f5f4bb1dfa
@ -66,7 +66,7 @@ class Housekeeping
|
||||
|
||||
public function hasPendingTasks()
|
||||
{
|
||||
return count($this->getPendingTaskSummary()) > 0
|
||||
return count($this->getPendingTaskSummary()) > 0;
|
||||
}
|
||||
|
||||
public function runAllTasks()
|
||||
|
Loading…
x
Reference in New Issue
Block a user