@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | break; |
101 | 101 | |
102 | 102 | default: |
103 | - $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
103 | + $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
104 | 104 | break; |
105 | 105 | } |
106 | 106 | } |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | break; |
132 | 132 | |
133 | 133 | default: |
134 | - $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
134 | + $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
135 | 135 | break; |
136 | 136 | } |
137 | 137 | } |