Skip to content

Commit

Permalink
Update src/Message/Message.php
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored Nov 11, 2024
1 parent ff24d35 commit 45293ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
final class Message implements MessageInterface
{
/**
* @param string $handlerName A name of a handler which should handle this message
* @param string $handlerName A name of a handler which should handle this message.
* @param mixed $data Message data, encodable by a queue adapter
* @param array $metadata Message metadata, encodable by a queue adapter
*/
Expand Down

0 comments on commit 45293ba

Please sign in to comment.