@@ -59,8 +59,7 @@ discard block |
||
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 |
||
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(); |
@@ -64,8 +64,7 @@ |
||
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 |