Skip to content

Commit 4c73d38

Browse files
atailouloutexabbuh
authored andcommitted
Update custom-transport.rst
1 parent 08b34cb commit 4c73d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/custom-transport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DSN. You will need a transport factory::
1717

1818
class YourTransportFactory implements TransportFactoryInterface
1919
{
20-
public function createTransport(string $dsn, array $options): TransportInterface
20+
public function createTransport(string $dsn, array $options, SerializerInterface $serializer): TransportInterface
2121
{
2222
return new YourTransport(/* ... */);
2323
}

0 commit comments

Comments
 (0)