diff options
author | Georg Ehrke <developer@georgehrke.com> | 2018-06-28 17:37:16 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2018-06-28 17:37:16 +0200 |
commit | 4c1e581f4793d0556d42a67911458c4c282c4507 (patch) | |
tree | be08dfed1ceb31840e9384f7c4ea24d68b42c53d /lib/private/L10N | |
parent | 325403ac24099e5e7d41ca97b4d7b1d2daa8c425 (diff) | |
download | nextcloud-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.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; } |