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/WidgetsList.php')
-rw-r--r--core/WidgetsList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/WidgetsList.php b/core/WidgetsList.php
index bde8ba170e..26b4086d83 100644
--- a/core/WidgetsList.php
+++ b/core/WidgetsList.php
@@ -13,7 +13,7 @@ namespace Piwik;
/**
* Manages the global list of reports that can be displayed as dashboard widgets.
*
- * Reports are added as dashboard widgets through the {@link addWidgets}
+ * Reports are added as dashboard widgets through the {@hook WidgetsList.addWidgets}
* event. Plugins should call {@link add()} in event observers for this event.
*
* @package PluginsFunctions