@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | break; |
108 | 108 | |
109 | 109 | default: |
110 | - $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
110 | + $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
111 | 111 | break; |
112 | 112 | } |
113 | 113 | } |
@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | break; |
142 | 142 | |
143 | 143 | default: |
144 | - $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
144 | + $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".'); |
|
145 | 145 | break; |
146 | 146 | } |
147 | 147 | } |