diff --git a/src/ORM/FieldType/DBDate.php b/src/ORM/FieldType/DBDate.php index 13716b7eb2e..4bb9483502e 100644 --- a/src/ORM/FieldType/DBDate.php +++ b/src/ORM/FieldType/DBDate.php @@ -37,8 +37,6 @@ class DBDate extends DBField /** * Fixed locale to use for ISO date formatting. This is necessary to prevent * locale-specific numeric localisation breaking internal date strings. - * - * @internal (remove internal in 4.2) */ const ISO_LOCALE = 'en_US'; @@ -216,8 +214,6 @@ public function getFormatter($dateLength = IntlDateFormatter::MEDIUM, $timeLengt /** * Return formatter in a given locale. Useful if localising in a format other than the current locale. * - * @internal (Remove internal in 4.2) - * * @param string|null $locale The current locale, or null to use default * @param string|null $pattern Custom pattern to use for this, if required * @param int $dateLength diff --git a/src/ORM/FieldType/DBDatetime.php b/src/ORM/FieldType/DBDatetime.php index dd9c97607a6..74c68862501 100644 --- a/src/ORM/FieldType/DBDatetime.php +++ b/src/ORM/FieldType/DBDatetime.php @@ -232,8 +232,6 @@ public function getFormatter($dateLength = IntlDateFormatter::MEDIUM, $timeLengt /** * Return formatter in a given locale. Useful if localising in a format other than the current locale. * - * @internal (Remove internal in 4.2) - * * @param string|null $locale The current locale, or null to use default * @param string|null $pattern Custom pattern to use for this, if required * @param int $dateLength