summaryrefslogtreecommitdiff
path: root/app/Models/Search.php
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-12-02 10:44:39 +0100
committerGravatar GitHub <noreply@github.com> 2025-12-02 10:44:39 +0100
commit6431520ae56dea84ee4caac9f87e6f76d54a1e26 (patch)
treec2ae4d60b7132899fb782d643d1a4a4ac8640865 /app/Models/Search.php
parentf695471285f30fe5b5e2bbf7bbc1d8ea42860137 (diff)
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] <support@github.com> * Ignore --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/Models/Search.php')
-rw-r--r--app/Models/Search.php1
1 files changed, 1 insertions, 0 deletions
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;
}