We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08b34cb + 4c73d38 commit 6a94818Copy full SHA for 6a94818
messenger/custom-transport.rst
@@ -17,7 +17,7 @@ DSN. You will need a transport factory::
17
18
class YourTransportFactory implements TransportFactoryInterface
19
{
20
- public function createTransport(string $dsn, array $options): TransportInterface
+ public function createTransport(string $dsn, array $options, SerializerInterface $serializer): TransportInterface
21
22
return new YourTransport(/* ... */);
23
}
0 commit comments