@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | break; |
148 | 148 | |
149 | 149 | default: |
150 | - $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".'); |
|
150 | + $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".'); |
|
151 | 151 | break; |
152 | 152 | } |
153 | 153 | } |
@@ -206,7 +206,7 @@ discard block |
||
206 | 206 | break; |
207 | 207 | |
208 | 208 | default: |
209 | - $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".'); |
|
209 | + $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".'); |
|
210 | 210 | break; |
211 | 211 | } |
212 | 212 | } |