Skip to content

Commit 1cccecc

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [DoctrineBridge] Fix compatibility with doctrine/orm 3 in Id generators Bump Symfony version to 5.4.5 Update VERSION for 5.4.4 Update CHANGELOG for 5.4.4 Update VERSION for 5.3.15 Update CHANGELOG for 5.3.15 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 298ed35 + 9544040 commit 1cccecc

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)