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 'plugins/CoreConsole/GeneratePluginBase.php')
-rw-r--r--plugins/CoreConsole/GeneratePluginBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreConsole/GeneratePluginBase.php b/plugins/CoreConsole/GeneratePluginBase.php
index 220e24030c..9f0b86e244 100644
--- a/plugins/CoreConsole/GeneratePluginBase.php
+++ b/plugins/CoreConsole/GeneratePluginBase.php
@@ -44,7 +44,7 @@ class GeneratePluginBase extends Command
}
/**
- * @param string $templateName eg. 'controller' or 'api'
+ * @param string $templateName eg. 'controller' or 'api'
* @param string $pluginName
*/
protected function copyTemplateToPlugin($templateName, $pluginName)