Skip to content

Commit 1c4cb7f

Browse files
committed
ALLI-21969: polish docs markup
1 parent 097a98d commit 1c4cb7f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/consumers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

docs/handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)