Passed
Push — master ( addfae...56f868 )
by Caen
03:01 queued 12s
created
packages/framework/src/Commands/HydeServeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
         $host = $this->option('host');
39 39
         $port = $this->option('port');
40
-        if (! $port) {
40
+        if (!$port) {
41 41
             $port = config('hyde.server.port', 8080);
42 42
         }
43 43
 
Please login to merge, or discard this patch.