Completed
Pull Request — master (#1456)
by
unknown
08:51
created
src/Commands/DumpCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     {
30 30
         $this->components->info('Generating optimized autoload modules.');
31 31
 
32
-        if ($name = $this->argument('module') ) {
32
+        if ($name = $this->argument('module')) {
33 33
             $this->dump($name);
34 34
 
35 35
             return 0;
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
             $module = $this->laravel['modules']->findOrFail($name);
64 64
         }
65 65
 
66
-        $this->components->task("$module", function () use ($module) {
66
+        $this->components->task("$module", function() use ($module) {
67 67
             chdir($module->getPath());
68 68
 
69 69
             passthru('composer dump -o -n -q');
Please login to merge, or discard this patch.