Passed
Push — master ( bc77e9...6667fe )
by Mohammad
02:52
created
src/Commands/Generator.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
         if($type == 'Entity')
116 116
         {
117 117
             file_put_contents($filePath . "{$this->repoName}.php", $template);
118
-        }else
118
+        } else
119 119
         {
120 120
             file_put_contents($filePath . "{$this->repoName}{$type}.php", $template);
121 121
         }
Please login to merge, or discard this patch.