Passed
Push — dbal ( 2391b4...52c0e6 )
by Greg
08:07
created
app/Http/Middleware/UpdateDatabaseSchema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
         $connection = new \Fisharebest\Webtrees\DB\Connection($pdo, $config['tblpfx']);
69 69
 
70
-        var_dump($connection->introspectSchema('webtrees'));exit;
70
+        var_dump($connection->introspectSchema('webtrees')); exit;
71 71
 
72 72
 
73 73
 
Please login to merge, or discard this patch.
app/DB/Drivers/MySQLDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,6 +87,6 @@
 block discarded – undo
87 87
 
88 88
         }
89 89
 
90
-        var_dump($pattern, $schema_name, $table_rows, $column_rows, $table_constraints_rows, $key_column_usage_rows);exit;
90
+        var_dump($pattern, $schema_name, $table_rows, $column_rows, $table_constraints_rows, $key_column_usage_rows); exit;
91 91
     }
92 92
 }
Please login to merge, or discard this patch.