@@ -112,7 +112,7 @@ public function canWithdrawFloat($amount): bool
112112 * @throws TransactionFailedException
113113 * @throws ExceptionInterface
114114 */
115- public function transferFloat (Wallet $ wallet , $ amount , array | ExtraDtoInterface |null $ meta = null ): Transfer
115+ public function transferFloat (Wallet $ wallet , $ amount , ExtraDtoInterface | array |null $ meta = null ): Transfer
116116 {
117117 $ math = app (MathServiceInterface::class);
118118 $ decimalPlacesValue = app (CastServiceInterface::class)->getWallet ($ this )->decimal_places ;
@@ -125,7 +125,7 @@ public function transferFloat(Wallet $wallet, $amount, array|ExtraDtoInterface|n
125125 /**
126126 * @param float|string $amount
127127 */
128- public function safeTransferFloat (Wallet $ wallet , $ amount , array | ExtraDtoInterface |null $ meta = null ): ?Transfer
128+ public function safeTransferFloat (Wallet $ wallet , $ amount , ExtraDtoInterface | array |null $ meta = null ): ?Transfer
129129 {
130130 $ math = app (MathServiceInterface::class);
131131 $ decimalPlacesValue = app (CastServiceInterface::class)->getWallet ($ this )->decimal_places ;
@@ -144,7 +144,7 @@ public function safeTransferFloat(Wallet $wallet, $amount, array|ExtraDtoInterfa
144144 * @throws TransactionFailedException
145145 * @throws ExceptionInterface
146146 */
147- public function forceTransferFloat (Wallet $ wallet , $ amount , array | ExtraDtoInterface |null $ meta = null ): Transfer
147+ public function forceTransferFloat (Wallet $ wallet , $ amount , ExtraDtoInterface | array |null $ meta = null ): Transfer
148148 {
149149 $ math = app (MathServiceInterface::class);
150150 $ decimalPlacesValue = app (CastServiceInterface::class)->getWallet ($ this )->decimal_places ;
0 commit comments