From 2d17c020b6695d47debda065804db4e2d2f92e55 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 15 May 2024 08:57:58 +0200 Subject: PHPStan 1.11 + minor update dev dependencies (#6459) * PHPStan 1.11 + minor update dev dependencies https://github.com/phpstan/phpstan/releases/tag/1.11.0 * Comment style --- app/Controllers/updateController.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/Controllers') 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; -- cgit v1.2.3