Skip to content

Commit ec11d98

Browse files
committed
minor #51374 [Messenger] Fix PHPDoc template for TransportFactoryInterface (Ferror)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Messenger] Fix PHPDoc template for `TransportFactoryInterface` Improved a little bit phpdocs when dealing with Transport & Transport Factory Interface. Commits ------- da34d05900 [Messenger] Fix PHPDoc template for `TransportFactoryInterface`
2 parents c674cd0 + 33c58e2 commit ec11d98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Transport/AmqpTransportFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
/**
1919
* @author Samuel Roze <[email protected]>
20+
*
21+
* @implements TransportFactoryInterface<AmqpTransport>
2022
*/
2123
class AmqpTransportFactory implements TransportFactoryInterface
2224
{

0 commit comments

Comments
 (0)