Test Setup Failed
Push — master ( 1d623f...f59ac2 )
by Php Easy Api
04:17
created
resta/Database/Migration/Src/GrammarStructure/Mysql/Wizard/WizardAlter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@  discard block
 block discarded – undo
5 5
 use Migratio\Contract\WizardContract;
6 6
 use Migratio\Contract\WizardAlterContract;
7 7
 
8
-class WizardAlter extends Wizard implements WizardContract,WizardAlterContract
8
+class WizardAlter extends Wizard implements WizardContract, WizardAlterContract
9 9
 {
10 10
     /**
11 11
      * @var array
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
      */
33 33
     public function after($field)
34 34
     {
35
-        $this->wizard->setAlterType('place',['AFTER'=>$field]);
35
+        $this->wizard->setAlterType('place', ['AFTER'=>$field]);
36 36
 
37 37
         return $this->wizard;
38 38
     }
Please login to merge, or discard this patch.