Passed
Push — master ( 0a4c8d...e29dcc )
by Hamzah
04:13 queued 22s
created
src/Commands/Generator.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 
66 66
         if(count($file) == 0){
67 67
             $this->repoNamespace=$this->repoName;
68
-        }else{
68
+        } else{
69 69
             $name = $file[count($file) - 1];
70 70
             $this->repoNamespace=implode("\\", $file);
71 71
         }
Please login to merge, or discard this patch.