Completed
Push — master ( 592bf8...840982 )
by Paul
01:11
created
src/Cbs.php 2 patches
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,6 +120,9 @@  discard block
 block discarded – undo
120 120
         }
121 121
     }
122 122
 
123
+    /**
124
+     * @param integer $amount
125
+     */
123 126
     protected function setSignature($amount, $callback)
124 127
     {
125 128
         $amount = number_format((float) $amount, 2, '.', '');
@@ -146,7 +149,7 @@  discard block
 block discarded – undo
146 149
     }
147 150
 
148 151
     /**
149
-     * @param $relativeUri
152
+     * @param string $relativeUri
150 153
      * @param string $method
151 154
      * @param array $body
152 155
      *
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use GuzzleHttp\Client;
14 14
 use Illuminate\Support\Facades\Config;
15
-use Illuminate\Support\Facades\Log;
16 15
 use Infinitypaul\Cbs\Exceptions\InvalidPostException;
17 16
 use Infinitypaul\Cbs\Exceptions\NotSetException;
18 17
 
Please login to merge, or discard this patch.