Passed
Push — main ( 7d4206...0212c0 )
by mohsen
02:47
created
src/Commands/ListenCommand.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -64,19 +64,19 @@
 block discarded – undo
64 64
             );
65 65
         }
66 66
 
67
-        if ($resources->contains('memory')  || $resourcesIsEmpty) {
67
+        if ($resources->contains('memory') || $resourcesIsEmpty) {
68 68
             $this->info(
69 69
                 $this->memoryMessage($this->memory->check())
70 70
             );
71 71
         }
72 72
 
73
-        if ($resources->contains('network')  || $resourcesIsEmpty) {
73
+        if ($resources->contains('network') || $resourcesIsEmpty) {
74 74
             $this->info(
75 75
                 $this->networkMessage($this->network->check())
76 76
             );
77 77
         }
78 78
 
79
-        if ($resources->contains('web-server')  || $resourcesIsEmpty) {
79
+        if ($resources->contains('web-server') || $resourcesIsEmpty) {
80 80
             $this->info(
81 81
                 $this->webServerMessage($this->webServer->check())
82 82
             );
Please login to merge, or discard this patch.