Skip to content

Commit

Permalink
minor #51374 [Messenger] Fix PHPDoc template for `TransportFactoryInt…
Browse files Browse the repository at this point in the history
…erface` (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`
  • Loading branch information
fabpot committed Sep 5, 2023
2 parents c674cd0 + 33c58e2 commit ec11d98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Transport/AmqpTransportFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @author Samuel Roze <[email protected]>
*
* @implements TransportFactoryInterface<AmqpTransport>
*/
class AmqpTransportFactory implements TransportFactoryInterface
{
Expand Down

0 comments on commit ec11d98

Please sign in to comment.