@@ -47,10 +47,10 @@ |
||
| 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 | } |