Passed
Push — develop ( e28085...b72380 )
by nguereza
08:51
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
     }
Please login to merge, or discard this patch.