Completed
Push — master ( 539a8b...4613ab )
by Derek Stephen
05:17
created
src/Exchange/Binance.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     }
19 19
 
20 20
     /**
21
-     * @param $uri
21
+     * @param string $uri
22 22
      * @param array $params
23 23
      * @return mixed
24 24
      * @throws \Exception
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Del\Exchange;
4 4
 
5 5
 use Binance\API;
6
-use GuzzleHttp\Client;
7 6
 
8 7
 class Binance extends ExchangeAbstract
9 8
 {
Please login to merge, or discard this patch.