Passed
Push — main ( 29cbd1...100eac )
by Peter
02:37
created
tests/MySQLTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
         $this->sut = new QueryBuilder();
32 32
 
33
-        $dns      = sprintf(
33
+        $dns = sprintf(
34 34
             'mysql:dbname=%s;host=%s',
35 35
             $_ENV['MYSQL_DATABASE'],
36 36
             '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
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 
30 30
         $this->sut = new QueryBuilder();
31 31
 
32
-        $dns      = sprintf(
32
+        $dns = sprintf(
33 33
             'pgsql:dbname=%s;host=%s',
34 34
             $_ENV['POSTGRES_DB'],
35 35
             'postgres'
Please login to merge, or discard this patch.