Skip to content

Commit cc0e820

Browse files
keradusfabpot
authored andcommitted
chore: fix CS
1 parent 2512b9b commit cc0e820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Attribute/AsMessage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct(
2323
/**
2424
* Name of the transports to which the message should be routed.
2525
*/
26-
public null|string|array $transport = null,
26+
public string|array|null $transport = null,
2727
) {
2828
}
2929
}

0 commit comments

Comments
 (0)