Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  [Security] Add badge resolution to profiler
  [AssetMapper] Allow specifying packages to update with importmap:update
  [AssetMapper] Make importmap:install command download the same version
  Remove unneeded variable
  [PropertyInfo] Remove checking if AttributeMetadataInterface setIgnore method exist
  [VarDumper][FrameworkBundle] Remove checking if OutputFormatterStyle setHref method exist
  [HttpKernel][DebugBundle] Always call CliDumper setDisplayOptions method
  [DoctrineBridge][Messenger] Always use executeStatement
  [DoctrineBridge] Remove LazyGhost feature detection
  [Messenger] Fix PHPDoc template for `TransportFactoryInterface`
  • Loading branch information
derrabus committed Sep 10, 2023
2 parents c6bdfd9 + ec11d98 commit 2ee5d25
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 2ee5d25

Please sign in to comment.