@@ -94,15 +94,15 @@ public function refundGift(ProductInterface $product, bool $force = false): bool
9494 public function forceRefundGift (ProductInterface $ product ): bool ;
9595
9696 /**
97+ * @return non-empty-array<Transfer>
98+ *
9799 * @throws ProductEnded
98100 * @throws BalanceIsEmpty
99101 * @throws InsufficientFunds
100102 * @throws RecordNotFoundException
101103 * @throws RecordsNotFoundException
102104 * @throws TransactionFailedException
103105 * @throws ExceptionInterface
104- *
105- * @return non-empty-array<Transfer>
106106 */
107107 public function payFreeCart (CartInterface $ cart ): array ;
108108
@@ -112,26 +112,26 @@ public function payFreeCart(CartInterface $cart): array;
112112 public function safePayCart (CartInterface $ cart , bool $ force = false ): array ;
113113
114114 /**
115+ * @return non-empty-array<Transfer>
116+ *
115117 * @throws ProductEnded
116118 * @throws BalanceIsEmpty
117119 * @throws InsufficientFunds
118120 * @throws RecordNotFoundException
119121 * @throws RecordsNotFoundException
120122 * @throws TransactionFailedException
121123 * @throws ExceptionInterface
122- *
123- * @return non-empty-array<Transfer>
124124 */
125125 public function payCart (CartInterface $ cart , bool $ force = false ): array ;
126126
127127 /**
128+ * @return non-empty-array<Transfer>
129+ *
128130 * @throws ProductEnded
129131 * @throws RecordNotFoundException
130132 * @throws RecordsNotFoundException
131133 * @throws TransactionFailedException
132134 * @throws ExceptionInterface
133- *
134- * @return non-empty-array<Transfer>
135135 */
136136 public function forcePayCart (CartInterface $ cart ): array ;
137137
0 commit comments