Skip to content

Commit 6044540

Browse files
Fix documented return type
1 parent 397f384 commit 6044540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Event/AfterProducerPublishMessageEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(Producer $producer, AMQPMessage $AMQPMessage, string
3232
}
3333

3434
/**
35-
* @return AMQPMessage
35+
* @return string
3636
*/
3737
public function getRoutingKey()
3838
{

Event/BeforeProducerPublishMessageEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(Producer $producer, AMQPMessage $AMQPMessage, string
3232
}
3333

3434
/**
35-
* @return AMQPMessage
35+
* @return string
3636
*/
3737
public function getRoutingKey()
3838
{

0 commit comments

Comments
 (0)