Explorar o código

调整对象参数

alexzy %!s(int64=3) %!d(string=hai) anos
pai
achega
023af46327
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/PromoteApplyServiceInterface.php

+ 2 - 2
src/PromoteApplyServiceInterface.php

@@ -31,8 +31,8 @@ interface PromoteApplyServiceInterface
     /**
      * 更新打包状态
      * @param $id
-     * @param UpdateEnableStatus $updateEnableStatus
+     * @param UpdateEnableStatus|array $updateEnableStatus
      * @return int
      */
-    public function updateEnableStatus($id, UpdateEnableStatus $updateEnableStatus): int;
+    public function updateEnableStatus($id, $updateEnableStatus): int;
 }