alexzy 1 год назад
Родитель
Сommit
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);
 }