@@ -2314,8 +2314,8 @@ will take care of creating a new process with the parameters you passed::
2314
2314
}
2315
2315
}
2316
2316
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 ::
2319
2319
2320
2320
use Symfony\Component\Messenger\MessageBusInterface;
2321
2321
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
2335
2335
}
2336
2336
}
2337
2337
2338
- For more information,see the
2339
- dedicated :ref: `Using Features From the OSShell <process-using-features-from-the-os-shell >` documentation .
2338
+ For more information,read the documentation about
2339
+ :ref: `using features from the OSshell <process-using-features-from-the-os-shell >`.
2340
2340
2341
2341
..versionadded ::7.3
2342
2342