Completed
Push — 2.0 ( 930c50...dabd9b )
by Vermeulen
01:24
created
src/class/SqlConnect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
             );
69 69
         }
70 70
         
71
-        $this->PDO  = new \PDO(
71
+        $this->PDO = new \PDO(
72 72
             \BfwSql\CreatePdoDsn::{$this->type}($this->connectionInfos),
73 73
             $this->connectionInfos->user,
74 74
             $this->connectionInfos->password,
Please login to merge, or discard this patch.