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'] : '';