Remove some PHPStan ignores and make others rule-specific.

This commit is contained in:
wn_
2024-11-12 03:38:45 +00:00
parent a784305cc7
commit dca2ae60a1
9 changed files with 8 additions and 16 deletions

View File

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