Passed
Push — develop ( 2c2447...250aed )
by nguereza
03:18
created
src/Console/Command/MakeCrudActionCommand.php 2 patches
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.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,7 @@
 block discarded – undo
56 56
  * @class MakeCrudActionCommand
57 57
  * @package Platine\Framework\Console\Command
58 58
  */
59
-class MakeCrudActionCommand extends BaseMakeActionCommand
60
-{
59
+class MakeCrudActionCommand extends BaseMakeActionCommand {
61 60
     /**
62 61
      * {@inheritdoc}
63 62
      */
Please login to merge, or discard this patch.