x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 00a84b...6dc436 )
by Mr
04:07
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.