@@ -130,7 +130,7 @@ discard block |
||
130 | 130 | break; |
131 | 131 | |
132 | 132 | default: |
133 | - $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
133 | + $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
134 | 134 | break; |
135 | 135 | } |
136 | 136 | } |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | break; |
176 | 176 | |
177 | 177 | default: |
178 | - $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
178 | + $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
179 | 179 | break; |
180 | 180 | } |
181 | 181 | } |