From 858bc0eaceb44d04cbd2e6fc29f323b28a8a5e71 Mon Sep 17 00:00:00 2001 From: Inverle Date: Sat, 14 Mar 2026 22:58:48 +0100 Subject: [PATCH] Follow-up #8599 switch fallthrough (#8603) https://github.com/FreshRSS/FreshRSS/pull/8599 --- lib/Minz/HookType.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Minz/HookType.php b/lib/Minz/HookType.php index 09f1f04cf..fe95f6517 100644 --- a/lib/Minz/HookType.php +++ b/lib/Minz/HookType.php @@ -55,7 +55,6 @@ enum Minz_HookType: string { case self::JsVars: case self::NavReadingModes: case self::ActionExecute: - return Minz_HookSignature::OneToOne; case self::ViewModes: return Minz_HookSignature::OneToOne; case self::CustomFaviconBtnUrl: