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/public/IL10N.php | |
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/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; } |