diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-03 20:02:27 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-03 20:02:27 +0200 |
commit | 20f26068e769258ecbcce3646bab69a851d6c7c4 (patch) | |
tree | d6943fb83adbcd76bb636b679aece358e7c16b79 /settings | |
parent | e2969062ca172b46713653ac243bb849a54ca7d7 (diff) | |
parent | 6b061c236dd5730837b567f2c39a19af1617d33c (diff) | |
download | nextcloud-server-20f26068e769258ecbcce3646bab69a851d6c7c4.tar.gz nextcloud-server-20f26068e769258ecbcce3646bab69a851d6c7c4.zip |
Merge pull request #7476 from owncloud/type-hinting
Type hinting
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) { |