alexzy 3 жил өмнө
parent
commit
61ce224a24

+ 2 - 2
src/PromoteApplyServiceInterface.php

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