@@ -28,7 +28,7 @@ |
||
28 | 28 | . PhpInterface::PHP_EXT; |
29 | 29 | |
30 | 30 | $isCreated = FileManager::createFile($fileController, $this->sourceCode); |
31 | - if($isCreated) |
|
31 | + if ($isCreated) |
|
32 | 32 | { |
33 | 33 | Console::out($fileController . PhpInterface::SPACE . Console::CREATED, Console::COLOR_GREEN); |
34 | 34 | } |