ソースを参照

Follow-up #8599 switch fallthrough (#8603)

https://github.com/FreshRSS/FreshRSS/pull/8599
Inverle 3 週間 前
コミット
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: