alexzy 3 лет назад
Родитель
Сommit
61ce224a24
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/PromoteApplyServiceInterface.php

+ 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;
 }