Completed
Push — master ( eaf181...b6e12f )
by Janusz
16:44 queued 11:21
created
src/Proxy/Twilio/CurlClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         /** @var Response $result */
27 27
         $result = parent::request($method, $url, $params, $data, $headers, $user, $password, $timeout);
28 28
 
29
-        if($this->hasLogger())
29
+        if ($this->hasLogger())
30 30
         {
31 31
             $time = microtime(true) - $start;
32 32
 
Please login to merge, or discard this patch.