File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2314,8 +2314,8 @@ will take care of creating a new process with the parameters you passed::
23142314 }
23152315 }
23162316
2317- A static factory :method: ` Symfony \\ Component \\ Process \\ Messenger \\ RunProcessMessage::fromShellCommandline ` is also
2318- available if you want to use features of your shell such as redirections or pipes ::
2317+ If you want to use shell features such as redirections or pipes, use the static
2318+ factory :method:Symfony \\ Component \\ Process \\ Messenger \\ RunProcessMessage::fromShellCommandline ::
23192319
23202320 use Symfony\Component\Messenger\MessageBusInterface;
23212321 use Symfony\Component\Process\Messenger\RunProcessMessage;
@@ -2335,8 +2335,8 @@ available if you want to use features of your shell such as redirections or pipe
23352335 }
23362336 }
23372337
2338- For more information, see the
2339- dedicated :ref: `Using Features From the OS Shell <process-using-features-from-the-os-shell >` documentation .
2338+ For more information, read the documentation about
2339+ :ref: `using features from the OS shell <process-using-features-from-the-os-shell >`.
23402340
23412341.. versionadded :: 7.3
23422342
You can’t perform that action at this time.
0 commit comments