Completed
Push — 2.0 ( 6eb54d...67733d )
by Vermeulen
01:54
created
src/class/SqlConnect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.