Completed
Push — master ( 952e4e...00a84b )
by Mr
12s
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -260,7 +260,7 @@
 block discarded – undo
260 260
             }
261 261
 
262 262
             // Save output line to response array
263
-            $response[] = $line =  stream_get_contents($this->_socket, $length);
263
+            $response[] = $line = stream_get_contents($this->_socket, $length);
264 264
 
265 265
             // If we get a !done or !fatal line in response, we are now ready to finish the read
266 266
             // but we need to wait a 0 length message, switch the flag
Please login to merge, or discard this patch.