Passed
Push — master ( 13ad56...8eeda2 )
by Ioannes
01:45
created
src/BxCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,10 +47,10 @@
 block discarded – undo
47 47
         /** @var Command $annotation */
48 48
         $annotation = $this->getAnnotation(\App\BxConsole\Annotations\Command::class);
49 49
 
50
-        if($annotation) {
50
+        if ($annotation) {
51 51
             $this->setName($annotation->name);
52 52
             $this->setDescription($annotation->description);
53
-            if($annotation->help) {
53
+            if ($annotation->help) {
54 54
                 $this->setHelp($annotation->help);
55 55
             }
56 56
         }
Please login to merge, or discard this patch.