Passed
Push — develop ( 9a8994...73f816 )
by nguereza
02:55
created
src/Console/Command/MakeResourceActionCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     ) {
108 108
         parent::__construct($application, $filesystem);
109 109
         $this->setName('make:resource')
110
-              ->setDescription('Command to generate platine resource action');
110
+                ->setDescription('Command to generate platine resource action');
111 111
 
112 112
         $this->addOption(
113 113
             '-c|--fields',
@@ -217,9 +217,9 @@  discard block
 block discarded – undo
217 217
         $this->addProperty($this->repositoryClass);
218 218
     }
219 219
 
220
-     /**
221
-     * {@inheritdoc}
222
-     */
220
+        /**
221
+         * {@inheritdoc}
222
+         */
223 223
     public function getClassTemplate(): string
224 224
     {
225 225
         return <<<EOF
Please login to merge, or discard this patch.