API Remove @internal from new 4.2 methods

This commit is contained in:
Damian Mooyman 2018-06-15 13:14:42 +12:00
parent 6c14cc86f0
commit 53dded8cff
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
2 changed files with 0 additions and 6 deletions

View File

@ -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 @@ class DBDate extends DBField
/**
* 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

View File

@ -232,8 +232,6 @@ class DBDatetime extends DBDate implements TemplateGlobalProvider
/**
* 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