summaryrefslogtreecommitdiffstats
path: root/lib/public/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/public/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/public/L10N')
-rw-r--r--lib/public/L10N/IFactory.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/L10N/IFactory.php b/lib/public/L10N/IFactory.php
index 4efbe84ea3f..8c0a9fb448a 100644
--- a/lib/public/L10N/IFactory.php
+++ b/lib/public/L10N/IFactory.php
@@ -47,7 +47,7 @@ interface IFactory {
/**
* @param string|null $lang user language as default locale
* @return string locale If nothing works it returns 'en_US'
- * @since 13.0.0
+ * @since 14.0.0
*/
public function findLocale($lang = null);
@@ -77,7 +77,7 @@ interface IFactory {
/**
* @param string $locale
* @return bool
- * @since 13.0.0
+ * @since 14.0.0
*/
public function localeExists($locale);
@@ -86,7 +86,7 @@ interface IFactory {
*
* @param string $string
* @return string Unique function name
- * @since 9.0.0
+ * @since 14.0.0
*/
public function createPluralFunction($string);
}