Completed
Push — master ( 488daa...64d97a )
by Hung
01:46
created
src/Drivers/Mysqli/Connection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
             }
46 46
         }
47 47
 
48
-        set_error_handler(function () {});
48
+        set_error_handler(function() {});
49 49
         try {
50 50
             if (!$conn->real_connect($data['host'], null, null, null, (int) $data['port'], $data['socket'])) {
51 51
                 throw new ConnectionException('Connection Error: ['.$conn->connect_errno.']'.$conn->connect_error);
Please login to merge, or discard this patch.