Passed
Push — dbal ( 9d667e...53688b )
by Greg
07:11
created
app/WebtreesSchema.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -512,7 +512,7 @@  discard block
 block discarded – undo
512 512
         $schema_manager = $connection->createSchemaManager();
513 513
         $comparator     = $schema_manager->createComparator();
514 514
 
515
-        $n=0;
515
+        $n = 0;
516 516
         do {
517 517
             $has_errors = false;
518 518
 
@@ -530,7 +530,7 @@  discard block
 block discarded – undo
530 530
                     $has_errors = true;
531 531
                 }
532 532
             }
533
-        } while ($has_errors || $n=10);
533
+        } while ($has_errors || $n = 10);
534 534
 
535 535
         exit;
536 536
 /*
Please login to merge, or discard this patch.