Completed
Push — master ( 4613ab...6adcc0 )
by Derek Stephen
07:27
created
src/Exchange/BtcE.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 
12 12
     /**
13
-     * @param $uri
13
+     * @param string $uri
14 14
      * @param array $params
15 15
      * @return mixed
16 16
      * @throws \Exception
Please login to merge, or discard this patch.
src/Exchange/Binance.php 1 patch
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.