summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index c8fe69fdb..c7f274419 100755
--- a/update.php
+++ b/update.php
@@ -215,7 +215,7 @@
}
if (isset($options["daemon"])) {
- // @phpstan-ignore-next-line
+ // @phpstan-ignore while.alwaysTrue (single process daemon will always run)
while (true) {
$quiet = (isset($options["quiet"])) ? "--quiet" : "";
$log = isset($options['log']) ? '--log '.$options['log'] : '';