소스 검색

Follow-up #8599 switch fallthrough (#8603)

https://github.com/FreshRSS/FreshRSS/pull/8599
Inverle 2 달 전
부모
커밋
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: