Skip to content

Commit

Permalink
Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaël Marinetti authored and Michael Marinetti committed Jan 16, 2025
1 parent 2e24c3d commit 18bd17e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Types/CarbonDateType.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ class CarbonDateType extends DateType

public const CARBONDATE = 'carbondate';

/**
* {@inheritDoc}
*/
public function getName()
public function getName(): string
{
return self::CARBONDATE;
}
Expand Down

0 comments on commit 18bd17e

Please sign in to comment.