Ver código fonte

调整对象参数

alexzy 3 anos atrás
pai
commit
023af46327
1 arquivos alterados com 2 adições e 2 exclusões
  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;
 }