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>2015-01-14 23:56:06 +0300
committersgiehl <stefan@piwik.org>2015-01-14 23:56:06 +0300
commita778ac88c864bdaaa205fbfccdbc409b5d1de443 (patch)
tree06eb269323d28b5db0915456bc8fd3621756d6df /core/Plugin/ComponentFactory.php
parentf4fc940f2c37c1ab8178e50b15b5479e2aef5261 (diff)
removed several occurences of UserSettings plugin
Diffstat (limited to 'core/Plugin/ComponentFactory.php')
-rw-r--r--core/Plugin/ComponentFactory.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Plugin/ComponentFactory.php b/core/Plugin/ComponentFactory.php
index 68415e9397..751f1157d4 100644
--- a/core/Plugin/ComponentFactory.php
+++ b/core/Plugin/ComponentFactory.php
@@ -24,7 +24,7 @@ class ComponentFactory
* associated subdirectory.
*
* @param string $pluginName The name of the plugin the component is expected to belong to,
- * eg, `'UserSettings'`.
+ * eg, `'DevicesDetection'`.
* @param string $componentClassSimpleName The component's class name w/o namespace, eg,
* `"GetKeywords"`.
* @param string $componentTypeClass The fully qualified class name of the component type, eg,
@@ -70,7 +70,7 @@ class ComponentFactory
* @param string $componentTypeClass The fully qualified class name of the component type, eg,
* `"Piwik\Plugin\Report"`.
* @param string $pluginName|false The name of the plugin the component is expected to belong to,
- * eg, `'UserSettings'`.
+ * eg, `'DevicesDetection'`.
* @param callback $predicate
* @return mixed The component that satisfies $predicate or null if not found.
*/