Skip to content

Commit 5419e58

Browse files
committed
Order non scalars first
1 parent e128ae7 commit 5419e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ParsedComponents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function attachReference(Reference $reference): self
141141
/**
142142
* Get a known or implied component value.
143143
*/
144-
public function get(string $component): int|string|Meridiem|null
144+
public function get(string $component): Meridiem|int|string|null
145145
{
146146
return match ($component) {
147147
'year' => $this->componentValue('year'),

0 commit comments

Comments
 (0)