Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 67543c9

Browse files
committed
Rename Sort::MilliSecond
1 parent f3ecb57 commit 67543c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builder/Type/TimeUnit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ enum TimeUnit: string implements DictionaryInterface
1717
case Hour = 'hour';
1818
case Minute = 'minute';
1919
case Second = 'second';
20-
case Millisecond = 'millisecond';
20+
case MilliSecond = 'millisecond';
2121

2222
public function getValue(): string
2323
{

0 commit comments

Comments
 (0)