Browse Source

取消 void 返回值

alexzy 2 năm trước cách đây
mục cha
commit
ec2bee440c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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);
 }