@@ -63,7 +63,7 @@ |
||
| 63 | 63 | $host = $this->connectionInfos->host; |
| 64 | 64 | $baseName = $this->connectionInfos->baseName; |
| 65 | 65 | |
| 66 | - $this->PDO = new \PDO( |
|
| 66 | + $this->PDO = new \PDO( |
|
| 67 | 67 | $this->type.':host='.$host.';dbname='.$baseName, |
| 68 | 68 | $this->connectionInfos->user, |
| 69 | 69 | $this->connectionInfos->password |
@@ -189,5 +189,5 @@ |
||
| 189 | 189 | { |
| 190 | 190 | self::unknownDsn(); |
| 191 | 191 | } |
| 192 | - */ |
|
| 192 | + */ |
|
| 193 | 193 | } |