Passed
Push — develop ( 6dcac6...f0712a )
by Mario
03:20
created
src/AppBundle/Migrations/Version0_14_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.