diff options
Diffstat (limited to 'lib/private/L10N')
-rw-r--r-- | lib/private/L10N/L10N.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/L10N/L10N.php b/lib/private/L10N/L10N.php index 7087fcae049..a12375c4214 100644 --- a/lib/private/L10N/L10N.php +++ b/lib/private/L10N/L10N.php @@ -86,7 +86,7 @@ class L10N implements IL10N { * * @return string locale */ - public function getLocaleCode() { + public function getLocaleCode(): string { return $this->locale; } |