summaryrefslogtreecommitdiffstats
path: root/lib/private/l10n/factory.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/l10n/factory.php')
-rw-r--r--lib/private/l10n/factory.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/l10n/factory.php b/lib/private/l10n/factory.php
index 8c65f368171..d0c3799b9c2 100644
--- a/lib/private/l10n/factory.php
+++ b/lib/private/l10n/factory.php
@@ -20,8 +20,8 @@ class Factory {
/**
* get an L10N instance
- * @param $app string
- * @param $lang string|null
+ * @param string $app
+ * @param string|null $lang
* @return \OC_L10N
*/
public function get($app) {