@@ -189,5 +189,5 @@ |
||
189 | 189 | { |
190 | 190 | self::unknownDsn(); |
191 | 191 | } |
192 | - */ |
|
192 | + */ |
|
193 | 193 | } |
@@ -68,7 +68,7 @@ |
||
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, |