Completed
Push — develop ( d17639...6b5b6e )
by Mario
07:05
created
src/AppBundle/Migrations/Version1_0_0.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
                 break;
161 161
 
162 162
             default:
163
-                $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".');
163
+                $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".');
164 164
                 break;
165 165
         }
166 166
     }
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
                 break;
222 222
 
223 223
             default:
224
-                $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".');
224
+                $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".');
225 225
                 break;
226 226
         }
227 227
     }
Please login to merge, or discard this patch.