Completed
Push — 2.0 ( 930c50...dabd9b )
by Vermeulen
01:24
created
src/class/CreatePdoDsn.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,5 +189,5 @@
 block discarded – undo
189 189
     {
190 190
         self::unknownDsn();
191 191
     }
192
-    */
192
+     */
193 193
 }
Please login to merge, or discard this patch.
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.