Passed
Push — master ( 2caf4b...5d0f50 )
by Terry
09:40 queued 01:04
created
src/SimpleCache/Driver/Mysql.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -70,10 +70,10 @@
 block discarded – undo
70 70
     protected function connect(array $config): void
71 71
     {
72 72
         $host = 'mysql' .
73
-            ':host='   . $config['host'] .
74
-            ';port='   . $config['port'] .
73
+            ':host=' . $config['host'] .
74
+            ';port=' . $config['port'] .
75 75
             ';dbname=' . $config['dbname'] .
76
-            ';charset='. $config['charset'];
76
+            ';charset=' . $config['charset'];
77 77
 
78 78
         $user = $config['user'];
79 79
         $pass = $config['pass'];
Please login to merge, or discard this patch.