浏览代码

Follow-up #8599 switch fallthrough (#8603)

https://github.com/FreshRSS/FreshRSS/pull/8599
Inverle 1 月之前
父节点
当前提交
858bc0eace
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/Minz/HookType.php

+ 0 - 1
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: