summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php
index 2ad4c963c..b10dde400 100755
--- a/update.php
+++ b/update.php
@@ -210,6 +210,7 @@
}
if (isset($options["daemon"])) {
+ // @phpstan-ignore-next-line
while (true) {
$quiet = (isset($options["quiet"])) ? "--quiet" : "";
$log = isset($options['log']) ? '--log '.$options['log'] : '';