Test Failed
Pull Request — master (#4)
by Dmytro
04:37
created
src/AbstractDatabase.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -523,7 +523,7 @@
 block discarded – undo
523 523
 
524 524
         if ($this->config['driver'] === 'pgsql') {
525 525
             $db = $this->getTableName($table);
526
-        }else{
526
+        } else{
527 527
             $db = implode('.', [
528 528
                 '`' . $this->getConfig('database') . '`',
529 529
                 $this->getTableName($table)
Please login to merge, or discard this patch.