File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -358,10 +358,10 @@ double bracket notation. You can use a placeholder in order to have a
358358process that can only be changed with the values and without changing
359359the 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
Original file line number Diff line number Diff line change 2222
2323The following example shows the component in action::
2424
25- use Symfony\Component\WebLink\HttpHeaderSerializer;
2625 use Symfony\Component\WebLink\GenericLinkProvider;
26+ use Symfony\Component\WebLink\HttpHeaderSerializer;
2727 use Symfony\Component\WebLink\Link;
2828
2929 $linkProvider = (new GenericLinkProvider())
You can’t perform that action at this time.
0 commit comments