Skip to content

Commit 41cf3d6

Browse files
committed
White spaces
1 parent b9b2861 commit 41cf3d6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/Pgsql/PgsqlDriver.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,15 @@ public function getTableColumns($table, $typeOnly = true)
230230
$tableSub = $this->replacePrefix($table);
231231

232232
$fullname = explode('.', $tableSub);
233+
233234
if (is_array($fullname) && count($fullname) == 2)
234235
{
235-
$tableSub = $fullname[1];
236-
$defaultSchema = $fullname[0];
237-
}
236+
$tableSub = $fullname[1];
237+
$defaultSchema = $fullname[0];
238+
}
238239
else
239240
{
240-
$defaultSchema = $this->getDefaultSchema();
241+
$defaultSchema = $this->getDefaultSchema();
241242
}
242243

243244
$this->setQuery('

0 commit comments

Comments
 (0)