mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 22:41:28 +00:00
Address PHPStan warning in 'update.php'.
------ -------------------------------------- Line update.php ------ -------------------------------------- 213 While loop condition is always true. ------ --------------------------------------
This commit is contained in:
@@ -210,6 +210,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isset($options["daemon"])) {
|
if (isset($options["daemon"])) {
|
||||||
|
// @phpstan-ignore-next-line
|
||||||
while (true) {
|
while (true) {
|
||||||
$quiet = (isset($options["quiet"])) ? "--quiet" : "";
|
$quiet = (isset($options["quiet"])) ? "--quiet" : "";
|
||||||
$log = isset($options['log']) ? '--log '.$options['log'] : '';
|
$log = isset($options['log']) ? '--log '.$options['log'] : '';
|
||||||
|
|||||||
Reference in New Issue
Block a user