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/Plugin/Config.php')
-rw-r--r--core/Plugin/Config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Plugin/Config.php b/core/Plugin/Config.php
index cb4ecd42e5..f54ecd0250 100644
--- a/core/Plugin/Config.php
+++ b/core/Plugin/Config.php
@@ -24,8 +24,8 @@ class Config
/**
* Constructor
*
- * @param string $pluginName name of the plugin
- * @param string $configFileName name of the plugin file; defaults to local.config.php
+ * @param string $pluginName name of the plugin
+ * @param string $configFileName name of the plugin file; defaults to local.config.php
*/
public function __construct($pluginName, $configFileName = 'local.config.php')
{