Completed
Push — master ( 3117ac...361b0a )
by Marco
14s
created
src/Comodojo/Daemon/Worker/Manager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
  * THE SOFTWARE.
30 30
  */
31 31
 
32
- class Manager implements Iterator, Countable {
32
+    class Manager implements Iterator, Countable {
33 33
 
34 34
     use IteratorTrait;
35 35
     use CountableTrait;
@@ -274,4 +274,4 @@  discard block
 block discarded – undo
274 274
 
275 275
     }
276 276
 
277
- }
277
+    }
Please login to merge, or discard this patch.
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.