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:
authormattab <matthieu.aubry@gmail.com>2013-10-08 09:24:28 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-08 09:24:28 +0400
commit1fa8da9b963e99e08c829fe6491e8ccf2d1054e2 (patch)
tree137c50850a5f21f1651f8066d4bd381a661e1987 /core/QuickForm2.php
parentfcbef99dbf93df94ff5ed4cfaa5eeebfcf4aac14 (diff)
Applying phpstorm code style PSR refs #3771
Diffstat (limited to 'core/QuickForm2.php')
-rw-r--r--core/QuickForm2.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/QuickForm2.php b/core/QuickForm2.php
index 19d5edcaef..bbdc39e4c5 100644
--- a/core/QuickForm2.php
+++ b/core/QuickForm2.php
@@ -63,9 +63,9 @@ abstract class QuickForm2 extends HTML_QuickForm2
*
* @param string|HTML_QuickForm2_Node $elementOrType Either type name (treated
* case-insensitively) or an element instance
- * @param mixed $name Element name
- * @param mixed $attributes Element attributes
- * @param array $data 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