Passed
Push — main ( 573444...d5439f )
by Julio
01:40
created
src/Connect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         if (empty(self::$instance)) {
33 33
             try {
34 34
                 self::$instance = new PDO(
35
-                    DLC["driver"] . ":host=" . DLC["host"] . ";dbname=" . DLC["dbname"] . ";port=" . DLC["port"],
35
+                    DLC["driver"].":host=".DLC["host"].";dbname=".DLC["dbname"].";port=".DLC["port"],
36 36
                     DLC["username"],
37 37
                     DLC["passwd"],
38 38
                     DLC["options"]
Please login to merge, or discard this patch.