aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/updateController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/updateController.php')
-rw-r--r--app/Controllers/updateController.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Controllers/updateController.php b/app/Controllers/updateController.php
index 3f4a46e6a..35f5c1691 100644
--- a/app/Controllers/updateController.php
+++ b/app/Controllers/updateController.php
@@ -267,7 +267,7 @@ class FreshRSS_update_Controller extends FreshRSS_ActionController {
$res = !self::hasGitUpdate();
} else {
require(UPDATE_FILENAME);
- // @phpstan-ignore-next-line
+ // @phpstan-ignore function.notFound
$res = do_post_update();
}
@@ -290,12 +290,12 @@ class FreshRSS_update_Controller extends FreshRSS_ActionController {
} else {
require(UPDATE_FILENAME);
if (Minz_Request::isPost()) {
- // @phpstan-ignore-next-line
+ // @phpstan-ignore function.notFound
save_info_update();
}
- // @phpstan-ignore-next-line
+ // @phpstan-ignore function.notFound
if (!need_info_update()) {
- // @phpstan-ignore-next-line
+ // @phpstan-ignore function.notFound
$res = apply_update();
} else {
return;