Skip to content

Commit

Permalink
Fix documented return type
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjrobertson committed Oct 16, 2024
1 parent 397f384 commit 6044540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Event/AfterProducerPublishMessageEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(Producer $producer, AMQPMessage $AMQPMessage, string
}

/**
* @return AMQPMessage
* @return string
*/
public function getRoutingKey()
{
Expand Down
2 changes: 1 addition & 1 deletion Event/BeforeProducerPublishMessageEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(Producer $producer, AMQPMessage $AMQPMessage, string
}

/**
* @return AMQPMessage
* @return string
*/
public function getRoutingKey()
{
Expand Down

0 comments on commit 6044540

Please sign in to comment.