Passed
Push — master ( d0223e...8ca8a6 )
by Alexander
22:00 queued 16:44
created
Category
src/Connection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -354,7 +354,7 @@  discard block
 block discarded – undo
354 354
         );
355 355
 
356 356
         if ($socket) {
357
-            $this->pool[ $this->getConnectionString() ] = $socket;
357
+            $this->pool[$this->getConnectionString()] = $socket;
358 358
 
359 359
             if ($this->dataTimeout !== null) {
360 360
                 stream_set_timeout(
@@ -577,7 +577,7 @@  discard block
 block discarded – undo
577 577
                     return null;
578 578
                 }
579 579
 
580
-                $length = (int)$line + 2;
580
+                $length = (int) $line + 2;
581 581
                 $data = '';
582 582
 
583 583
                 while ($length > 0) {
Please login to merge, or discard this patch.