Passed
Push — master ( 26274e...3e6eee )
by Arthur
05:26 queued 10s
created
src/Blocks/Controllers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.