Kaynağa Gözat

调整对象参数

alexzy 3 yıl önce
ebeveyn
işleme
023af46327
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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;
 }