Passed
Push — develop ( ba64a1...18b4ab )
by nguereza
03:11
created
src/Console/Command/MakeResourceActionCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     ) {
84 84
         parent::__construct($application, $filesystem);
85 85
         $this->setName('make:resource')
86
-              ->setDescription('Command to generate platine resource action');
86
+                ->setDescription('Command to generate platine resource action');
87 87
     }
88 88
 
89 89
     /**
@@ -104,9 +104,9 @@  discard block
 block discarded – undo
104 104
         $this->addProperty($this->repositoryClass);
105 105
     }
106 106
 
107
-     /**
108
-     * {@inheritdoc}
109
-     */
107
+        /**
108
+         * {@inheritdoc}
109
+         */
110 110
     public function getClassTemplate(): string
111 111
     {
112 112
         return <<<EOF
Please login to merge, or discard this patch.
src/Console/Command/MakeCrudActionCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -74,12 +74,12 @@
 block discarded – undo
74 74
     ) {
75 75
         parent::__construct($application, $filesystem);
76 76
         $this->setName('make:crud')
77
-              ->setDescription('Command to generate platine CRUD action');
77
+                ->setDescription('Command to generate platine CRUD action');
78 78
     }
79 79
 
80
-     /**
81
-     * {@inheritdoc}
82
-     */
80
+        /**
81
+         * {@inheritdoc}
82
+         */
83 83
     public function getClassTemplate(): string
84 84
     {
85 85
         return <<<EOF
Please login to merge, or discard this patch.