Skip to content

Commit c0d69fd

Browse files
Fix PHP code block
1 parent 3d99529 commit c0d69fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mailer.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,8 @@ Custom Transport Factories
220220

221221
There is a way to easily create your own custom transport factory in case you need to do something special creating the actual transport.
222222

223-
The new factory needs to implement :class:`Symfony\\Component\\Mailer\\Transport\\TransportFactoryInterface`. To remove some boilerplate you can even extend from :class:`Symfony\\Component\\Mailer\\Transport\\AbstractTransportFactory` which will simplify the new factory:
223+
The new factory needs to implement :class:`Symfony\\Component\\Mailer\\Transport\\TransportFactoryInterface`. To remove some boilerplate you can even extend from :class:`Symfony\\Component\\Mailer\\Transport\\AbstractTransportFactory` which will simplify the new factory::
224224

225-
.. code-block:: php
226225
227226
final class CustomTransportFactory extends AbstractTransportFactory
228227
{

0 commit comments

Comments
 (0)