We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2512b9b commit cc0e820Copy full SHA for cc0e820
Attribute/AsMessage.php
@@ -23,7 +23,7 @@ public function __construct(
23
/**
24
* Name of the transports to which the message should be routed.
25
*/
26
- public null|string|array $transport = null,
+ public string|array|null $transport = null,
27
) {
28
}
29
0 commit comments