Skip to content

Commit 1576a69

Browse files
Fixed typo
1 parent 393063c commit 1576a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DatetimeParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class DatetimeParser
1919
*
2020
* @param mixed $value
2121
* @param null|string $format
22-
* @return CarbonInterace
22+
* @return CarbonInterface
2323
*/
2424
public function parse(mixed $value, ?string $format): CarbonInterface
2525
{

0 commit comments

Comments
 (0)