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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-08-01 01:20:47 +0400
committersgiehl <stefan@piwik.org>2013-08-01 01:20:47 +0400
commit6bcf267b21b6021e5bd3bd88e89fbfab80676757 (patch)
tree3a0efc3eba52001df0d58f3f3c3739b0adb38c66 /core/QuickForm2.php
parent9c12ab4812459b9d9144c65bd0cc9b83d27b6581 (diff)
fixing more namespaces
Diffstat (limited to 'core/QuickForm2.php')
-rw-r--r--core/QuickForm2.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/QuickForm2.php b/core/QuickForm2.php
index 23f0690e45..3de11b9c3a 100644
--- a/core/QuickForm2.php
+++ b/core/QuickForm2.php
@@ -62,11 +62,11 @@ abstract class QuickForm2 extends HTML_QuickForm2
/**
* Wrapper around HTML_QuickForm2_Container's addElement()
*
- * @param string|HTML_QuickForm2_Node Either type name (treated
+ * @param string|HTML_QuickForm2_Node $elementOrType Either type name (treated
* case-insensitively) or an element instance
- * @param mixed Element name
- * @param mixed Element attributes
- * @param array Element-specific data
+ * @param mixed $name Element name
+ * @param mixed $attributes Element attributes
+ * @param array $data Element-specific data
* @return HTML_QuickForm2_Node Added element
* @throws HTML_QuickForm2_InvalidArgumentException
* @throws HTML_QuickForm2_NotFoundException