Skip to content

Commit

Permalink
Merge branch '4.4' into 5.4
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
derrabus committed Jan 30, 2022
2 parents 553f504 + b2d924e commit 9544040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function __construct(array $command, string $cwd = null, array $env = nul
* In order to inject dynamic values into command-lines, we strongly recommend using placeholders.
* This will save escaping values, which is not portable nor secure anyway:
*
* $process = Process::fromShellCommandline('my_command "$MY_VAR"');
* $process = Process::fromShellCommandline('my_command "${:MY_VAR}"');
* $process->run(null, ['MY_VAR' => $theValue]);
*
* @param string $command The command line to pass to the shell of the OS
Expand Down

0 comments on commit 9544040

Please sign in to comment.