From cc0e820c02a0a887a88ddb52b7c4de4634677ce6 Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Thu, 5 Dec 2024 00:17:16 +0100 Subject: [PATCH] chore: fix CS --- Attribute/AsMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) { } }