Passed
Push — develop ( 3f87f8...5bfa50 )
by nguereza
02:42
created
src/Migration/Seed/Command/SeedExecuteCommand.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -59,8 +59,7 @@  discard block
 block discarded – undo
59 59
  * @template T
60 60
  * @extends AbstractSeedCommand<T>
61 61
  */
62
-class SeedExecuteCommand extends AbstractSeedCommand
63
-{
62
+class SeedExecuteCommand extends AbstractSeedCommand {
64 63
 
65 64
     /**
66 65
      * Create new instance
@@ -81,8 +80,7 @@  discard block
 block discarded – undo
81 80
     /**
82 81
      * {@inheritodc}
83 82
      */
84
-    public function execute()
85
-    {
83
+    public function execute() {
86 84
         $io = $this->io();
87 85
         $writer = $io->writer();
88 86
         $writer->boldYellow('SEED EXECUTION', true)->eol();
Please login to merge, or discard this patch.
src/Migration/Seed/Command/AbstractSeedCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,7 @@
 block discarded – undo
64 64
  * @package Platine\Framework\Migration\Seed\Command
65 65
  * @template T
66 66
  */
67
-abstract class AbstractSeedCommand extends Command
68
-{
67
+abstract class AbstractSeedCommand extends Command {
69 68
 
70 69
     /**
71 70
      * The configuration to use
Please login to merge, or discard this patch.