ソースを参照

取消 void 返回值

alexzy 1 年間 前
コミット
ec2bee440c
1 ファイル変更1 行追加2 行削除
  1. 1 2
      src/admin/PromoteSettlementServiceInterface.php

+ 1 - 2
src/admin/PromoteSettlementServiceInterface.php

@@ -7,7 +7,6 @@ interface PromoteSettlementServiceInterface
     /**
      * 结算订单
      * @param array $ids
-     * @return void
      */
-    public function settlementAll(array $ids): void;
+    public function settlementAll(array $ids);
 }