Passed
Push — develop ( ba64a1...18b4ab )
by nguereza
03:11
created
src/Console/BaseMakeActionCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,7 @@
 block discarded – undo
59 59
  * @class BaseMakeActionCommand
60 60
  * @package Platine\Framework\Console
61 61
  */
62
-abstract class BaseMakeActionCommand extends MakeCommand
63
-{
62
+abstract class BaseMakeActionCommand extends MakeCommand {
64 63
     /**
65 64
      * The form parameter class name
66 65
      * @var class-string
Please login to merge, or discard this patch.
src/Console/Command/MakeResourceActionCommand.php 1 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 BaseMakeActionCommand
69
-{
68
+class MakeResourceActionCommand extends BaseMakeActionCommand {
70 69
     /**
71 70
      * {@inheritdoc}
72 71
      */
Please login to merge, or discard this patch.
src/Console/Command/MakeCrudActionCommand.php 1 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.