Passed
Push — develop ( bd3f2b...73638d )
by Mario
02:50
created
src/AppBundle/Migrations/Version1_0_0.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -464,7 +464,7 @@  discard block
 block discarded – undo
464 464
                 break;
465 465
 
466 466
             default:
467
-                $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".');
467
+                $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".');
468 468
                 break;
469 469
         }
470 470
     }
@@ -563,7 +563,7 @@  discard block
 block discarded – undo
563 563
                 break;
564 564
 
565 565
             default:
566
-                $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".');
566
+                $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".');
567 567
                 break;
568 568
         }
569 569
     }
Please login to merge, or discard this patch.