Jelajahi Sumber

Follow-up #8599 switch fallthrough (#8603)

https://github.com/FreshRSS/FreshRSS/pull/8599
Inverle 2 bulan lalu
induk
melakukan
858bc0eace
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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: