@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | break; |
161 | 161 | |
162 | 162 | default: |
163 | - $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".'); |
|
163 | + $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".'); |
|
164 | 164 | break; |
165 | 165 | } |
166 | 166 | } |
@@ -221,7 +221,7 @@ discard block |
||
221 | 221 | break; |
222 | 222 | |
223 | 223 | default: |
224 | - $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".'); |
|
224 | + $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".'); |
|
225 | 225 | break; |
226 | 226 | } |
227 | 227 | } |