Test Failed
Pull Request — 2.x (#38)
by butschster
02:35
created
src/Driver/Postgres/PostgresDriver.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,8 +106,8 @@
 block discarded – undo
106 106
         }
107 107
 
108 108
         $this->primaryKeys[$name] = $this->getSchemaHandler()
109
-                                         ->getSchema($table, $prefix)
110
-                                         ->getPrimaryKeys();
109
+                                            ->getSchema($table, $prefix)
110
+                                            ->getPrimaryKeys();
111 111
 
112 112
         if (count($this->primaryKeys[$name]) === 1) {
113 113
             //We do support only single primary key
Please login to merge, or discard this patch.
src/Driver/Postgres/Schema/PostgresColumn.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -342,7 +342,7 @@
 block discarded – undo
342 342
 
343 343
 
344 344
 
345
-         ;
345
+            ;
346 346
     }
347 347
 
348 348
     /**
Please login to merge, or discard this patch.