Completed
Push — master ( 863025...a6e3aa )
by Vincenzo
02:37
created
Lib/Slime/Console/GeneratorHelperCommand.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,9 @@
 block discarded – undo
14 14
     {
15 15
         $fullFileName = $this->getFullFileName();
16 16
 
17
-        if ($this->checkFile($fullFileName)) return 0;
17
+        if ($this->checkFile($fullFileName)) {
18
+            return 0;
19
+        }
18 20
 
19 21
         $result = file_put_contents(
20 22
             $fullFileName
Please login to merge, or discard this patch.