Test Failed
Pull Request — 1.x (#36)
by
unknown
04:32
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.