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/CoreHome
parentff2296329e5a702f1513c7c356d86dbf2965c706 (diff)
Fix PHPDocs (#15663)
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php2
-rw-r--r--plugins/CoreHome/DataTableRowAction/RowEvolution.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php b/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php
index 38fd48fa24..28141fc3c5 100644
--- a/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php
+++ b/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php
@@ -56,7 +56,7 @@ class MultiRowEvolution extends RowEvolution
/**
* Render the popover
* @param \Piwik\Plugins\CoreHome\Controller $controller
- * @param View (the popover_rowevolution template)
+ * @param \Piwik\View (the popover_rowevolution template)
*/
public function renderPopover($controller, $view)
{
diff --git a/plugins/CoreHome/DataTableRowAction/RowEvolution.php b/plugins/CoreHome/DataTableRowAction/RowEvolution.php
index 87f92694c9..bb73f9bb87 100644
--- a/plugins/CoreHome/DataTableRowAction/RowEvolution.php
+++ b/plugins/CoreHome/DataTableRowAction/RowEvolution.php
@@ -120,7 +120,7 @@ class RowEvolution
/**
* Render the popover
* @param \Piwik\Plugins\CoreHome\Controller $controller
- * @param View (the popover_rowevolution template)
+ * @param \Piwik\View (the popover_rowevolution template)
*/
public function renderPopover($controller, $view)
{