Follow-up #8599 switch fallthrough (#8603)

https://github.com/FreshRSS/FreshRSS/pull/8599
This commit is contained in:
Inverle
2026-03-14 22:58:48 +01:00
committed by GitHub
parent 033e73a446
commit 858bc0eace

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: