summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-02-28 21:03:43 +0100
committerBart Visscher <bartv@thisnet.nl>2014-02-28 21:03:43 +0100
commit8951328a87c16e5ebfe4d3e5c392347db1e54f92 (patch)
tree5ab48360719a7ec9df21f8c4e42c6c7bc6f30bdc /settings
parente2286c659860b107e0d2791a231eb7b4ab3dca98 (diff)
downloadnextcloud-server-8951328a87c16e5ebfe4d3e5c392347db1e54f92.tar.gz
nextcloud-server-8951328a87c16e5ebfe4d3e5c392347db1e54f92.zip
More PHPDoc updates
Diffstat (limited to 'settings')
-rw-r--r--settings/admin/controller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/admin/controller.php b/settings/admin/controller.php
index a075d774361..1a73c8fad3f 100644
--- a/settings/admin/controller.php
+++ b/settings/admin/controller.php
@@ -76,8 +76,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) {