@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | break; |
| 139 | 139 | |
| 140 | 140 | default: |
| 141 | - $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
| 141 | + $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
| 142 | 142 | break; |
| 143 | 143 | } |
| 144 | 144 | } |
@@ -166,7 +166,7 @@ discard block |
||
| 166 | 166 | break; |
| 167 | 167 | |
| 168 | 168 | default: |
| 169 | - $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
| 169 | + $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
| 170 | 170 | break; |
| 171 | 171 | } |
| 172 | 172 | } |