Passed
Push — 0.8.x ( 88282a...da8bdb )
by Alexander
06:19 queued 03:01
created
src/components/Console/Helper/Description/ApplicationDescription.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
             
153 153
             /** @var \Syscodes\Components\Console\Command\Command $command */
154 154
             foreach ($commands as $name => $command) {
155
-                if ( ! $command->getName() || (!$this->hidden && $command->isHidden())) {
155
+                if ( ! $command->getName() || ( ! $this->hidden && $command->isHidden())) {
156 156
                     continue;
157 157
                 }
158 158
                 
Please login to merge, or discard this patch.