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:
authorThomas Steur <thomas.steur@gmail.com>2016-01-18 11:22:37 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-01-18 11:22:37 +0300
commitf41b9f31eefee95a21ec7f94f73e7a1b22b47727 (patch)
treea353247269988426a1609467602d2884abf108de /plugins/Diagnostics
parentefcb49209cb70688d52aa9933ffa6c0bbf34db99 (diff)
remove comment as suggested in review
Diffstat (limited to 'plugins/Diagnostics')
-rw-r--r--plugins/Diagnostics/Controller.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Diagnostics/Controller.php b/plugins/Diagnostics/Controller.php
index be166ccdf9..7d2341a195 100644
--- a/plugins/Diagnostics/Controller.php
+++ b/plugins/Diagnostics/Controller.php
@@ -13,12 +13,6 @@ use Piwik\Piwik;
use Piwik\View;
use Piwik\Settings;
-/**
- * A controller let's you for example create a page that can be added to a menu. For more information read our guide
- * http://developer.piwik.org/guides/mvc-in-piwik or have a look at the our API references for controller and view:
- * http://developer.piwik.org/api-reference/Piwik/Plugin/Controller and
- * http://developer.piwik.org/api-reference/Piwik/View
- */
class Controller extends \Piwik\Plugin\ControllerAdmin
{
/**