File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ which your :doc:`producer <producers>` puts messages.
3535 with the underlying driver. Generally this happens if the persistent
3636 backend goes down or is unreachable. Without the driver, the consumer
3737 can't do its work.
38- :returns: True or false to indicate whether the message was handled successfully.
39- Null if no message was handled.
38+ :returns: `` true `` or `` false `` to indicate whether the message was handled successfully.
39+ `` null `` if no message was handled.
4040 :rtype: boolean or null
4141
4242 .. php :method :: stop(int $code)
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Use the same command bus with each message.
132132 $consumer = new DefaultConsumer($driver, $handler);
133133
134134 Alternatively, you can create a new command bus to handle each message with
135- `CreatingTacticianHandler `. This is useful if you're using
135+ `` CreatingTacticianHandler ` `. This is useful if you're using
136136:ref: `forking child processes <forking_handler >` to handle messages.
137137
138138.. code-block :: php
You can’t perform that action at this time.
0 commit comments