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:
authordiosmosis <benaka@piwik.pro>2015-04-09 09:12:18 +0300
committerdiosmosis <benaka@piwik.pro>2015-04-09 09:12:18 +0300
commit4139320aa886586194a1abe3050da3bc9803cb24 (patch)
tree45f0e2c1ceb21a6b195548cada3392d97b415d81 /core/Application
parente24d32aeec48697c5ff0d21e4c2824105a27e919 (diff)
Move two TODOs in Manager to PluginList.
Diffstat (limited to 'core/Application')
-rw-r--r--core/Application/Kernel/PluginList.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Application/Kernel/PluginList.php b/core/Application/Kernel/PluginList.php
index 672110853b..a7ae5d6fb4 100644
--- a/core/Application/Kernel/PluginList.php
+++ b/core/Application/Kernel/PluginList.php
@@ -13,6 +13,8 @@ namespace Piwik\Application\Kernel;
* initializing the DI container.
*
* The default implementation is the IniPluginList class.
+ *
+ * TODO: parts of Plugin\Manager edit the plugin list; maybe PluginList implementations should be mutable?
*/
interface PluginList
{