@@ -85,7 +85,7 @@ |
||
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); |