@@ -512,7 +512,7 @@ discard block |
||
| 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 |
||
| 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 | /* |