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:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
commitd9adcfe6169c6c10059a670f2ed984908eb4e105 (patch)
tree25cfca25851214c1b744a07e67e9c120adfd7513 /core/WidgetsList.php
parent2788e1dad22533f3e0dbddbdd16c51251c4e130a (diff)
removed lots of trailing whitespace
Diffstat (limited to 'core/WidgetsList.php')
-rw-r--r--core/WidgetsList.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/WidgetsList.php b/core/WidgetsList.php
index d9ae1f4eb6..e67f6b1b77 100644
--- a/core/WidgetsList.php
+++ b/core/WidgetsList.php
@@ -14,10 +14,10 @@ use Piwik\Plugin\Widgets;
/**
* Manages the global list of reports that can be displayed as dashboard widgets.
- *
+ *
* Reports are added as dashboard widgets through the {@hook WidgetsList.addWidgets}
* event. Observers for this event should call the {@link add()} method to add reports.
- *
+ *
* @api
* @method static \Piwik\WidgetsList getInstance()
*/
@@ -198,9 +198,9 @@ class WidgetsList extends Singleton
/**
* Removes one or more widgets from the widget list.
- *
+ *
* @param string $widgetCategory The widget category. Can be a translation token.
- * @param string|false $widgetName The name of the widget to remove. Cannot be a
+ * @param string|false $widgetName The name of the widget to remove. Cannot be a
* translation token. If not supplied, the entire category
* will be removed.
*/