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/API/DocumentationGenerator.php')
-rw-r--r--core/API/DocumentationGenerator.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/API/DocumentationGenerator.php b/core/API/DocumentationGenerator.php
index 456e487f00..e738c6c4c8 100644
--- a/core/API/DocumentationGenerator.php
+++ b/core/API/DocumentationGenerator.php
@@ -285,6 +285,8 @@ class DocumentationGenerator
'addGoal',
'updateGoal',
'deleteGoal',
+ //Marketplace
+ 'deleteLicenseKey'
);
if (in_array($methodName, $doNotPrintExampleForTheseMethods)) {