Merge pull request #8181 from open-sausages/pulls/4/remove-internals

API Remove @internal from new 4.2 methods
This commit is contained in:
Robbie Averill 2018-06-15 13:50:43 +12:00 committed by GitHub
commit 7cd8b3d163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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