From 50adb559823f935582f3ed308b8d4352c5f216ed Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 8 Jan 2025 13:26:09 +0100 Subject: Add some missing PHP native types (#7191) * Add some missing PHP native types Replaces https://github.com/FreshRSS/FreshRSS/pull/7184 * Clean some types --- app/Models/BooleanSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/BooleanSearch.php') diff --git a/app/Models/BooleanSearch.php b/app/Models/BooleanSearch.php index f7273151e..1832bd419 100644 --- a/app/Models/BooleanSearch.php +++ b/app/Models/BooleanSearch.php @@ -412,7 +412,7 @@ class FreshRSS_BooleanSearch implements \Stringable { } /** @param FreshRSS_BooleanSearch|FreshRSS_Search $search */ - public function add($search): void { + public function add(FreshRSS_BooleanSearch|FreshRSS_Search $search): void { $this->searches[] = $search; } -- cgit v1.2.3