Completed
Push — master ( 45c272...07cbe0 )
by Mr
13s queued 10s
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
             $word = $this->connector->readWord();
250 250
 
251 251
             //Limit response number to finish the read
252
-            if (isset($options['count']) && $countResponse >= (int)$options['count']) {
252
+            if (isset($options['count']) && $countResponse >= (int) $options['count']) {
253 253
                 $lastReply = true;
254 254
             }
255 255
 
Please login to merge, or discard this patch.