Skip to content

Commit 6a94818

Browse files
committed
minor #12835 Update custom-transport.rst (atailouloute)
This PR was merged into the 4.3 branch. Discussion ---------- Update custom-transport.rst Commits ------- 4c73d38 Update custom-transport.rst
2 parents 08b34cb + 4c73d38 commit 6a94818

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)