Passed
Push — main ( 312896...5e0bcd )
by Peter
02:18
created
tests/MySQLTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     {
23 23
         $this->sut = new Factory();
24 24
 
25
-        $dns      = sprintf(
25
+        $dns = sprintf(
26 26
             'mysql:dbname=%s;host=%s',
27 27
             $_ENV['MYSQL_DATABASE'],
28 28
             'mysql'
Please login to merge, or discard this patch.
tests/PostgreSQLTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     {
22 22
         $this->sut = new Factory();
23 23
 
24
-        $dns      = sprintf(
24
+        $dns = sprintf(
25 25
             'pgsql:dbname=%s;host=%s',
26 26
             $_ENV['POSTGRES_DB'],
27 27
             'postgres'
Please login to merge, or discard this patch.