diff options
Diffstat (limited to 'lib/public/IL10N.php')
-rw-r--r-- | lib/public/IL10N.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/IL10N.php b/lib/public/IL10N.php index 43d19059d9c..53decd78051 100644 --- a/lib/public/IL10N.php +++ b/lib/public/IL10N.php @@ -113,7 +113,7 @@ interface IL10N { * * The code (en_US, fr_CA, ...) of the locale that is used for this IL10N object * * @return string locale - * @since 13.0.0 + * @since 14.0.0 */ - public function getLocaleCode(); + public function getLocaleCode(): string; } |