forked from hans/Nominatim
address phpcs issue (strange it didn't appear in earlier runs)
This commit is contained in:
@@ -200,7 +200,8 @@ function runSQLScript($sScript, $bfatal = true, $bVerbose = false, $bIgnoreError
|
||||
|
||||
function runWithEnv($sCmd, $aEnv)
|
||||
{
|
||||
$aFDs = array(0 => array('pipe', 'r'),
|
||||
$aFDs = array(
|
||||
0 => array('pipe', 'r'),
|
||||
1 => STDOUT,
|
||||
2 => STDERR);
|
||||
$aPipes = null;
|
||||
|
||||
Reference in New Issue
Block a user