| @@ -123,7 +123,7 @@ discard block | ||
| 123 | 123 | break; | 
| 124 | 124 | |
| 125 | 125 | default: | 
| 126 | - $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".'); | |
| 126 | + $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".'); | |
| 127 | 127 | break; | 
| 128 | 128 | } | 
| 129 | 129 | } | 
| @@ -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 | } | 
| @@ -123,7 +123,7 @@ discard block | ||
| 123 | 123 | break; | 
| 124 | 124 | |
| 125 | 125 | default: | 
| 126 | - $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".'); | |
| 126 | + $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".'); | |
| 127 | 127 | break; | 
| 128 | 128 | } | 
| 129 | 129 | } | 
| @@ -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 | } |