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:
Diffstat (limited to 'core/Config/Compat.php')
-rw-r--r--core/Config/Compat.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Config/Compat.php b/core/Config/Compat.php
index e4de6eadc7..cefdc35b10 100644
--- a/core/Config/Compat.php
+++ b/core/Config/Compat.php
@@ -29,6 +29,7 @@ class Piwik_Config_Compat_Array
/**
* Constructor
*
+ * @param $parent
* @param array $data configuration section
*/
public function __construct($parent, array $data)