Skip to content

Commit fd26bac

Browse files
committedMar 20, 2025·
Minor tweaks
1 parent 9af2593 commit fd26bac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

Diff for: ‎messenger.rst

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
Please sign in to comment.