File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -129,12 +129,10 @@ Here is a simplified example of a database transport::
129
129
}
130
130
}
131
131
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 `.
138
136
139
137
Register your Factory
140
138
---------------------
You can’t perform that action at this time.
0 commit comments