Passed
Push — dbal ( 8433ab...2391b4 )
by Greg
08:53
created
app/DB/WebtreesSchema.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -497,7 +497,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.