summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorfox <[email protected]>2021-11-02 08:37:11 +0300
committerfox <[email protected]>2021-11-02 08:37:11 +0300
commit7a52560e4e3b0652d32645b60ae13e4904f606bc (patch)
tree42b5748e6fc518a48adf52ec97a2f084acbfd036 /update.php
parent9714c4fbcf76492d084ca5327cbab1ad1b662280 (diff)
parent57436ee0c184c5fa362c66f8383a8a3b29f171cf (diff)
Merge pull request 'PHPStan 1.0.0 and related warning fixes' (#49) from wn/tt-rss:feature/phpstan-1.0.0-and-fixes into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/49
Diffstat (limited to 'update.php')
-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'] : '';