Completed
Push — master ( 08159b...58d02c )
by CodexShaper
08:25
created
src/Drivers/PgsqlDumper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
             $this->tempFile = tempnam(sys_get_temp_dir(), 'pgsqlpass');
86 86
             $handler        = fopen($this->tempFile, 'r+');
87 87
             fwrite($handler, $credentials);
88
-            $env     = ['PGPASSFILE' => $this->tempFile];
88
+            $env     = [ 'PGPASSFILE' => $this->tempFile ];
89 89
             $process = $this->prepareProcessCommand($this->command);
90 90
             if ($this->debug) {
91 91
                 $process->mustRun(null, $env);
Please login to merge, or discard this patch.