From f41b9f31eefee95a21ec7f94f73e7a1b22b47727 Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@gmail.com> Date: Mon, 18 Jan 2016 08:22:37 +0000 Subject: [PATCH] remove comment as suggested in review --- plugins/Diagnostics/Controller.php | 6 ------ 1 file changed, 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 { /** -- GitLab