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:
authorStefan Giehl <stefan@matomo.org>2020-04-27 13:03:31 +0300
committerGitHub <noreply@github.com>2020-04-27 13:03:31 +0300
commit8260e6ac807e008e83a1bf5a7888906092ceac9e (patch)
treecf00fcbf4c84bde6cbeefa0427f9527fe76a1e20 /plugins/Ecommerce/ProfileSummary
parentdad1e4cbc72684915eca3405d2ad9b0bb23dced4 (diff)
Improve generated docs on extending profile summary (#15864)
* Improve generated docs on extending profile summary * submodule update
Diffstat (limited to 'plugins/Ecommerce/ProfileSummary')
-rw-r--r--plugins/Ecommerce/ProfileSummary/EcommerceSummary.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Ecommerce/ProfileSummary/EcommerceSummary.php b/plugins/Ecommerce/ProfileSummary/EcommerceSummary.php
index f9a65fc6b5..98ba96dbae 100644
--- a/plugins/Ecommerce/ProfileSummary/EcommerceSummary.php
+++ b/plugins/Ecommerce/ProfileSummary/EcommerceSummary.php
@@ -16,8 +16,6 @@ use Piwik\View;
/**
* Class EcommerceSummary
- *
- * @api
*/
class EcommerceSummary extends ProfileSummaryAbstract
{