Passed
Push — develop ( 1b7ab7...96f385 )
by nguereza
03:38
created
src/Console/Command/MakeDatabaseConfigCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         parent::__construct($application, $filesystem);
67 67
 
68 68
         $this->setName('make:dbconfig')
69
-               ->setDescription('Command to generate class that hold database configuration value');
69
+                ->setDescription('Command to generate class that hold database configuration value');
70 70
 
71 71
         $this->addOption('-c|--config-entity', 'The configuration entity class', Configuration::class, true);
72 72
         $this->addOption('-m|--module', 'The configuration module to use', null, false);
Please login to merge, or discard this patch.
src/Migration/Seed/Command/SeedExecuteCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
         parent::__construct($app, $config, $filesystem);
72 72
 
73 73
         $this->setName('seed:exec')
74
-             ->setDescription('Command to execute seed');
74
+                ->setDescription('Command to execute seed');
75 75
 
76 76
         $this->addOption('-i|--id', 'The seed version', null, false);
77 77
     }
Please login to merge, or discard this patch.