Passed
Push — develop ( 187c27...c66d22 )
by nguereza
04:00
created
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 MakeCommand
69
-{
68
+class MakeResourceActionCommand extends MakeCommand {
70 69
     /**
71 70
      * {@inheritdoc}
72 71
      */
Please login to merge, or discard this patch.
src/Http/Action/CrudAction.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,7 @@
 block discarded – undo
69 69
 * @package Platine\Framework\Http\Action
70 70
 * @template TEntity as Entity
71 71
 */
72
-class CrudAction
73
-{
72
+class CrudAction {
74 73
     /**
75 74
     * The Lang instance
76 75
     * @var Lang
Please login to merge, or discard this patch.