We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421aa19 commit 051be7aCopy full SHA for 051be7a
components/process.rst
@@ -358,10 +358,10 @@ double bracket notation. You can use a placeholder in order to have a
358
process that can only be changed with the values and without changing
359
the PHP code::
360
361
- use Symfony\Component\Process\Process;
+ use Symfony\Component\Process\Process;
362
363
- $process = Process::fromShellCommandline('echo "$name"');
364
- $process->run(null, ['name' => 'Elsa']);
+ $process = Process::fromShellCommandline('echo "$name"');
+ $process->run(null, ['name' => 'Elsa']);
365
366
.. caution::
367
0 commit comments