Passed
Push — dbal ( 18ae5a...530d2d )
by Greg
05:47
created
app/DB/Schema/Schema.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,8 @@
 block discarded – undo
30 30
     /**
31 31
      * @param array<Table> $tables
32 32
      */
33
-    public function __construct(array $tables = []) {
33
+    public function __construct(array $tables = [])
34
+    {
34 35
         foreach ($tables as $table) {
35 36
             $this->tables[$table->getName()] = $table;
36 37
         }
Please login to merge, or discard this patch.