summaryrefslogtreecommitdiffstats
path: root/lib/private/L10N
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2018-06-28 17:37:16 +0200
committerGeorg Ehrke <developer@georgehrke.com>2018-06-28 17:37:16 +0200
commit4c1e581f4793d0556d42a67911458c4c282c4507 (patch)
treebe08dfed1ceb31840e9384f7c4ea24d68b42c53d /lib/private/L10N
parent325403ac24099e5e7d41ca97b4d7b1d2daa8c425 (diff)
downloadnextcloud-server-4c1e581f4793d0556d42a67911458c4c282c4507.tar.gz
nextcloud-server-4c1e581f4793d0556d42a67911458c4c282c4507.zip
docblock version fixes
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'lib/private/L10N')
-rw-r--r--lib/private/L10N/L10N.php2
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;
}