| @@ -41,11 +41,11 @@ | ||
| 41 | 41 | public function testConfigure(): void | 
| 42 | 42 |      { | 
| 43 | 43 | $core = $this->getCore( | 
| 44 | - $this->getStaticLocator([ | |
| 45 | - HelperCommand::class, | |
| 46 | - ConfigureCommand::class, | |
| 47 | - TestCommand::class, | |
| 48 | - ]) | |
| 44 | + $this->getStaticLocator([ | |
| 45 | + HelperCommand::class, | |
| 46 | + ConfigureCommand::class, | |
| 47 | + TestCommand::class, | |
| 48 | + ]) | |
| 49 | 49 | ); | 
| 50 | 50 | |
| 51 | 51 | $this->container->bind(Console::class, $core); | 
| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | <?php return array ( | 
| 2 | - 0 => 'Spiral\\Tests\\Scaffolder\\App\\Command\\CommandWithNamespace', | |
| 3 | - 1 => 'Spiral\\Tests\\Scaffolder\\App\\Command\\CommandWithoutNamespace', | |
| 2 | + 0 => 'Spiral\\Tests\\Scaffolder\\App\\Command\\CommandWithNamespace', | |
| 3 | + 1 => 'Spiral\\Tests\\Scaffolder\\App\\Command\\CommandWithoutNamespace', | |
| 4 | 4 | ); | 
| 5 | 5 | \ No newline at end of file | 
| @@ -36,9 +36,9 @@ | ||
| 36 | 36 | protected const DIRECTIVES = []; | 
| 37 | 37 | |
| 38 | 38 | /** | 
| 39 | - * @param Template $document | |
| 40 | - * @return string | |
| 41 | - */ | |
| 39 | + * @param Template $document | |
| 40 | + * @return string | |
| 41 | + */ | |
| 42 | 42 | protected function compile(Template $document): string | 
| 43 | 43 |      { | 
| 44 | 44 | $compiler = new Compiler(); |