| @@ -37,8 +37,8 @@ | ||
| 37 | 37 | public function locateCommands(): array | 
| 38 | 38 |      { | 
| 39 | 39 | $commands = []; | 
| 40 | -        foreach ($this->classes->getClasses(SymfonyCommand::class) as $class) { | |
| 41 | -            if ($class->isAbstract()) { | |
| 40 | +        foreach ($this->classes->getClasses(SymfonyCommand::class) as $class){ | |
| 41 | +            if ($class->isAbstract()){ | |
| 42 | 42 | continue; | 
| 43 | 43 | } | 
| 44 | 44 | |
| @@ -37,8 +37,10 @@ | ||
| 37 | 37 | public function locateCommands(): array | 
| 38 | 38 |      { | 
| 39 | 39 | $commands = []; | 
| 40 | -        foreach ($this->classes->getClasses(SymfonyCommand::class) as $class) { | |
| 41 | -            if ($class->isAbstract()) { | |
| 40 | + foreach ($this->classes->getClasses(SymfonyCommand::class) as $class) | |
| 41 | +        { | |
| 42 | + if ($class->isAbstract()) | |
| 43 | +            { | |
| 42 | 44 | continue; | 
| 43 | 45 | } | 
| 44 | 46 | |