Passed
Push — main ( 77200e...ac11d9 )
by Peter
02:38
created
tests/PostgreSQLTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
         $this->sut = new Factory();
29 29
 
30
-        $dns      = sprintf(
30
+        $dns = sprintf(
31 31
             'pgsql:dbname=%s;host=%s',
32 32
             $_ENV['POSTGRES_DB'],
33 33
             'postgres'
Please login to merge, or discard this patch.