Skip to content

Commit

Permalink
API Remove @internal from new 4.2 methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Jun 15, 2018
1 parent 6c14cc8 commit 53dded8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/ORM/FieldType/DBDate.php
Expand Up @@ -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';

Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/ORM/FieldType/DBDatetime.php
Expand Up @@ -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
Expand Down

0 comments on commit 53dded8

Please sign in to comment.