diff --git a/src/Types/CarbonDateType.php b/src/Types/CarbonDateType.php index b0369578d..5ea7771e2 100644 --- a/src/Types/CarbonDateType.php +++ b/src/Types/CarbonDateType.php @@ -10,10 +10,7 @@ class CarbonDateType extends DateType public const CARBONDATE = 'carbondate'; - /** - * {@inheritDoc} - */ - public function getName() + public function getName(): string { return self::CARBONDATE; }