@@ -161,7 +161,7 @@ discard block |
||
| 161 | 161 | break; |
| 162 | 162 | |
| 163 | 163 | default: |
| 164 | - $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".'); |
|
| 164 | + $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".'); |
|
| 165 | 165 | break; |
| 166 | 166 | } |
| 167 | 167 | } |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | break; |
| 209 | 209 | |
| 210 | 210 | default: |
| 211 | - $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".'); |
|
| 211 | + $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".'); |
|
| 212 | 212 | break; |
| 213 | 213 | } |
| 214 | 214 | } |