Skip to content

Commit be6af0e

Browse files
committed
Removed note
1 parent 57b7da2 commit be6af0e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

messenger/custom-transport.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,10 @@ Here is a simplified example of a database transport::
129129
}
130130
}
131131

132-
.. note::
133-
134-
The implementation above is not runnable code but illustrates how a
135-
:class:`Symfony\\Component\\Messenger\\Transport\\TransportInterface` could
136-
be implemented. For real implementations see :class:`Symfony\\Component\\Messenger\\Transport\\InMemoryTransport`
137-
and :class:`Symfony\\Component\\Messenger\\Transport\\Doctrine\\DoctrineReceiver`.
132+
The implementation above is not runnable code but illustrates how a
133+
:class:`Symfony\\Component\\Messenger\\Transport\\TransportInterface` could
134+
be implemented. For real implementations see :class:`Symfony\\Component\\Messenger\\Transport\\InMemoryTransport`
135+
and :class:`Symfony\\Component\\Messenger\\Transport\\Doctrine\\DoctrineReceiver`.
138136

139137
Register your Factory
140138
---------------------

0 commit comments

Comments
 (0)