8000 Merge branch '4.4' into 5.4 · symfony/process@9544040 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9544040

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Remove 5.3 from PR template Bump Symfony version to 4.4.38 Update VERSION for 4.4.37 Update CONTRIBUTORS for 4.4.37 Update CHANGELOG for 4.4.37 [Process] Update PHPDoc to use proper placeholder syntax Fixed functional testing description
2 parents 553f504 + b2d924e commit 9544040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function __construct(array $command, string $cwd = null, array $env = nul
176176
* In order to inject dynamic values into command-lines, we strongly recommend using placeholders.
177177
* This will save escaping values, which is not portable nor secure anyway:
178178
*
179-
* $process = Process::fromShellCommandline('my_command "$MY_VAR"');
179+
* $process = Process::fromShellCommandline('my_command "${:MY_VAR}"');
180180
* $process->run(null, ['MY_VAR' => $theValue]);
181181
*
182182
* @param string $command The command line to pass to the shell of the OS

0 commit comments

Comments
 (0)
0