Skip to content

Commit 3ad89ad

Browse files
Update src/Symfony/Component/Messenger/Attribute/AsMessage.php
Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
1 parent 0e42fda commit 3ad89ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Attribute/AsMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AsMessage
2121
{
2222
public function __construct(
2323
/**
24-
* Name of the transports to which route the message.
24+
* Name of the transports to which the message should be routed.
2525
*/
2626
public null|string|array $transport = null,
2727
) {

0 commit comments

Comments
 (0)