Passed
Push — master ( 209cee...4e067f )
by Vladymyr
02:43
created
src/Clients/BittrexClient.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -190,7 +190,6 @@  discard block
 block discarded – undo
190 190
      * Cancel a buy or sell order
191 191
      *
192 192
      * @param string $uuid uuid of buy or sell order
193
-
194 193
      * @return mixed
195 194
      */
196 195
     public function cancel(string $uuid)
@@ -275,7 +274,6 @@  discard block
 block discarded – undo
275 274
      * @param float $quantity quantity of coins to withdraw
276 275
      * @param string $address address where to send the funds
277 276
      * @param string $paymentid used for CryptoNotes/BitShareX/Nxt optional field (memo/paymentid)
278
-
279 277
      * @return mixed
280 278
      */
281 279
     public function withdraw(string $currency, float $quantity, string $address, string $paymentid = null)
Please login to merge, or discard this patch.