Completed
Pull Request — master (#1811)
by
unknown
06:50
created
src/Commands/Make/ModuleMakeCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -88,10 +88,10 @@
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-    * Get module type .
92
-    *
93
-    * @return string
94
-    */
91
+     * Get module type .
92
+     *
93
+     * @return string
94
+     */
95 95
     private function getModuleType(): string
96 96
     {
97 97
         $isPlain = $this->option('plain');
Please login to merge, or discard this patch.