Passed
Push — develop ( 0c2b91...7643db )
by nguereza
02:57
created
src/Migration/Seed/Command/SeedCreateDbCommand.php 1 patch
Braces   +3 added lines, -7 removed lines patch added patch discarded remove patch
@@ -63,8 +63,7 @@  discard block
 block discarded – undo
63 63
  * @template T
64 64
  * @extends AbstractSeedCommand<T>
65 65
  */
66
-class SeedCreateDbCommand extends AbstractSeedCommand
67
-{
66
+class SeedCreateDbCommand extends AbstractSeedCommand {
68 67
 
69 68
     /**
70 69
      * The seed name
@@ -115,8 +114,7 @@  discard block
 block discarded – undo
115 114
     /**
116 115
      * {@inheritodc}
117 116
      */
118
-    public function execute()
119
-    {
117
+    public function execute() {
120 118
         $writer = $this->io()->writer();
121 119
 
122 120
         $this->table = $this->getArgumentValue('table');
@@ -237,6 +235,4 @@  discard block
 block discarded – undo
237 235
         }
238 236
         ';
239 237
 
240
-        return $content;
241
-    }
242
-}
238
+        return $content
243 239
\ No newline at end of file
Please login to merge, or discard this patch.