From 6431520ae56dea84ee4caac9f87e6f76d54a1e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:44:39 +0100 Subject: Bump phpstan/phpstan from 2.1.31 to 2.1.32 (#8275) * Bump phpstan/phpstan from 2.1.31 to 2.1.32 --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.32 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Ignore --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Alapetite --- app/Models/Search.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models') diff --git a/app/Models/Search.php b/app/Models/Search.php index 265f6a45d..f459d07e3 100644 --- a/app/Models/Search.php +++ b/app/Models/Search.php @@ -380,6 +380,7 @@ class FreshRSS_Search implements \Stringable { } else { $value = trim(str_replace('+', ' ', $value)); } + // @phpstan-ignore return.type return $value; } -- cgit v1.2.3