Address PHPStan warning in 'update.php'.

------ --------------------------------------
Line   update.php
------ --------------------------------------
213    While loop condition is always true.
------ --------------------------------------
This commit is contained in:
wn_ 2021-11-01 20:38:26 +00:00
parent 3cc60a0219
commit 57436ee0c1
1 changed files with 1 additions and 0 deletions

View File

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