Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27f0a58

Browse files
committed
fix method role syntax
1 parent 3a39a76 commit 27f0a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,7 @@ will take care of creating a new process with the parameters you passed::
23562356
}
23572357

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

23612361
use Symfony\Component\Messenger\MessageBusInterface;
23622362
use Symfony\Component\Process\Messenger\RunProcessMessage;

0 commit comments

Comments
 (0)