Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2356,7 +2356,7 @@ will take care of creating a new process with the parameters you passed::
}

If you want to use shell features such as redirections or pipes, use the static
factory :method:Symfony\\Component\\Process\\Messenger\\RunProcessMessage::fromShellCommandline::
:method:`Symfony\\Component\\Process\\Messenger\\RunProcessMessage::fromShellCommandline` factory method::

use Symfony\Component\Messenger\MessageBusInterface;
use Symfony\Component\Process\Messenger\RunProcessMessage;
Expand Down