Follow-up #8599 switch fallthrough (#8603)

https://github.com/FreshRSS/FreshRSS/pull/8599
This commit is contained in:
Inverle authored and GitHub committed 2026-03-14 22:58:48 +01:00
1 parent 033e73a446
commit 858bc0eace
1 file changed
-1
-1
View File
@@ -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: