diff --git a/Attribute/AsMessage.php b/Attribute/AsMessage.php index bc60ec0..ee46bd5 100644 --- a/Attribute/AsMessage.php +++ b/Attribute/AsMessage.php @@ -23,7 +23,7 @@ public function __construct( /** * Name of the transports to which the message should be routed. */ - public null|string|array $transport = null, + public string|array|null $transport = null, ) { } }