Completed
Push — master ( 114566...f247a4 )
by Mr
07:44 queued 17s
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@
 block discarded – undo
252 252
         }
253 253
 
254 254
         // Read answer from socket in loop, or until timeout reached
255
-        $startTime  = time();
255
+        $startTime = time();
256 256
         while (true) {
257 257
             // Exit from loop if timeout reached
258 258
             if (time() > $startTime + $this->config('socket_timeout')) {
Please login to merge, or discard this patch.