Skip to content

Commit 051be7a

Browse files
committed
Indention
1 parent 421aa19 commit 051be7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/process.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@ double bracket notation. You can use a placeholder in order to have a
358358
process that can only be changed with the values and without changing
359359
the PHP code::
360360

361-
use Symfony\Component\Process\Process;
361+
use Symfony\Component\Process\Process;
362362

363-
$process = Process::fromShellCommandline('echo "$name"');
364-
$process->run(null, ['name' => 'Elsa']);
363+
$process = Process::fromShellCommandline('echo "$name"');
364+
$process->run(null, ['name' => 'Elsa']);
365365

366366
.. caution::
367367

0 commit comments

Comments
 (0)