Passed
Push — develop ( 3abb53...59ecf2 )
by Mario
06:26 queued 01:00
created
src/AppBundle/Migrations/Version1_0_0.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.