Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-19 17:02:09 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-19 17:02:09 +0300
commit1e9ab0a3672dbc1255b2531f5656377cf5b23976 (patch)
tree6fae1672e4ad1d483059e5824a0c7d84083c531f /lib/public/L10N
parent92fbb6d79560fa41235981252bae4b3af89531f8 (diff)
Fix since tag
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/public/L10N')
-rw-r--r--lib/public/L10N/IFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/L10N/IFactory.php b/lib/public/L10N/IFactory.php
index 810e916ef6b..a11977f8c03 100644
--- a/lib/public/L10N/IFactory.php
+++ b/lib/public/L10N/IFactory.php
@@ -59,7 +59,7 @@ interface IFactory {
* @param string $app
* @param string $locale
* @return null|string
- * @since 15.0.0
+ * @since 14.0.1
*/
public function findLanguageFromLocale(string $app = 'core', string $locale = null);