浏览代码

调整对象参数

alexzy 3 年之前
父节点
当前提交
023af46327
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;
 }