Passed
Push — develop ( 100745...8a5b20 )
by Mario
04:25 queued 01:33
created
src/AppBundle/Migrations/Version1_0_0.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
                 break;
131 131
 
132 132
             default:
133
-                $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".');
133
+                $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".');
134 134
                 break;
135 135
         }
136 136
     }
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
                 break;
181 181
 
182 182
             default:
183
-                $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".');
183
+                $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".');
184 184
                 break;
185 185
         }
186 186
     }
Please login to merge, or discard this patch.