Passed
Push — develop ( e3ca01...9a8994 )
by nguereza
03:10
created
src/Console/Command/MakeResourceActionCommand.php 2 patches
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',
@@ -215,9 +215,9 @@  discard block
 block discarded – undo
215 215
         $this->recordProperties();
216 216
     }
217 217
 
218
-     /**
219
-     * {@inheritdoc}
220
-     */
218
+        /**
219
+         * {@inheritdoc}
220
+         */
221 221
     public function getClassTemplate(): string
222 222
     {
223 223
         return <<<EOF
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,7 @@
 block discarded – undo
65 65
  * @class MakeResourceActionCommand
66 66
  * @package Platine\Framework\Console\Command
67 67
  */
68
-class MakeResourceActionCommand extends MakeCommand
69
-{
68
+class MakeResourceActionCommand extends MakeCommand {
70 69
     /**
71 70
      * {@inheritdoc}
72 71
      */
Please login to merge, or discard this patch.