Skip to content

Commit 549ca27

Browse files
authored
Update Cli.php
Support Symfony 4.4
1 parent 63de09e commit 549ca27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static function exec($command, array $args = [], $cwd = null, $verbose =
124124
$process = new Process($cmd, $cwd, null, null, 3600);
125125
}
126126

127-
$process->inheritEnvironmentVariables(true);
127+
//$process->inheritEnvironmentVariables(true);
128128
$process->run();
129129
} catch (\Exception $exception) {
130130
throw new Exception($exception, (int)$exception->getCode(), $exception);

0 commit comments

Comments
 (0)