Passed
Push — master ( 590453...ad5a85 )
by Arthur
24:49
created
src/Foundation/Tests/FileGeneratorTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     }
48 48
 
49 49
     protected function getModuleGenerator(string $moduleName) :GeneratorManager{
50
-       return GeneratorManager::module($moduleName,true);
50
+        return GeneratorManager::module($moduleName,true);
51 51
     }
52 52
 
53 53
     public function testCreateSqlMigration()
Please login to merge, or discard this patch.