Completed
Push — master ( 57e072...3461ab )
by Philip
01:59
created
src/PHPProm/Storage/DBAL.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
         parent::__construct();
120 120
         $this->connection = $connection;
121 121
         $this->table      = $table;
122
-        $this->esc        =  $connection->getDriver()->getName() === 'pdo_pgsql' ? '"' : '`';
122
+        $this->esc        = $connection->getDriver()->getName() === 'pdo_pgsql' ? '"' : '`';
123 123
         $this->buildStatements();
124 124
     }
125 125
 
Please login to merge, or discard this patch.