@@ -497,7 +497,7 @@ |
||
497 | 497 | ->getDatabasePlatform() |
498 | 498 | ->getAlterSchemaSQL($schema_diff); |
499 | 499 | |
500 | - function f(string $query): int { |
|
500 | + function f(string $query): int { |
|
501 | 501 | if (str_contains($query, 'DROP FOREIGN KEY')) { |
502 | 502 | return 1; |
503 | 503 | } |