Completed
Push — master ( 3117ac...361b0a )
by Marco
14s
created
src/Comodojo/Daemon/Socket/Server.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -263,9 +263,9 @@
 block discarded – undo
263 263
 
264 264
                     if ( $message === null ) {
265 265
                     // if ($message == null) {
266
-                         $this->hangup($client);
266
+                            $this->hangup($client);
267 267
                     } else if ( $message === false ) {
268
-                         continue;
268
+                            continue;
269 269
                     } else {
270 270
                         $output = $this->serve($message);
271 271
                         $this->write($client, $output);
Please login to merge, or discard this patch.