Completed
Push — develop ( 3a5f86...b03401 )
by Mario
09:36 queued 06:22
created
src/AppBundle/Migrations/Version1_0_0.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.