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:
authorJean Baptiste Noblot <noblot.jb@gmail.com>2020-03-04 19:36:20 +0300
committerGitHub <noreply@github.com>2020-03-04 19:36:20 +0300
commit16f25a0494f91a7660bdc0ba68d7b21882e7790e (patch)
tree7b0f3c76c0665f59d4f052003c00b78f60073877 /plugins/SegmentEditor
parentff2296329e5a702f1513c7c356d86dbf2965c706 (diff)
Fix PHPDocs (#15663)
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/SegmentEditor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/SegmentEditor.php b/plugins/SegmentEditor/SegmentEditor.php
index b60861427b..aac0e481f8 100644
--- a/plugins/SegmentEditor/SegmentEditor.php
+++ b/plugins/SegmentEditor/SegmentEditor.php
@@ -36,7 +36,7 @@ class SegmentEditor extends \Piwik\Plugin
const NO_DATA_UNPROCESSED_SEGMENT_ID = 'nodata_segment_not_processed';
/**
- * @see Piwik\Plugin::registerEvents
+ * @see \Piwik\Plugin::registerEvents
*/
public function registerEvents()
{