Skip to content

Commit 5ede514

Browse files
author
Michaël Marinetti
committed
Fix deprecation
1 parent 2e24c3d commit 5ede514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Types/CarbonDateType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class CarbonDateType extends DateType
1313
/**
1414
* {@inheritDoc}
1515
*/
16-
public function getName()
16+
public function getName(): string
1717
{
1818
return self::CARBONDATE;
1919
}

0 commit comments

Comments
 (0)