diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/admin/controller.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/admin/controller.php b/settings/admin/controller.php index a95ede790e2..d0dcc49f297 100644 --- a/settings/admin/controller.php +++ b/settings/admin/controller.php @@ -106,8 +106,8 @@ class Controller { /** * Get the field name to use it in error messages * - * @param $setting string - * @param $l \OC_L10N + * @param string $setting + * @param \OC_L10N $l * @return string */ public static function getFieldname($setting, $l) { |