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/Notification
parent2788e1dad22533f3e0dbddbdd16c51251c4e130a (diff)
removed lots of trailing whitespace
Diffstat (limited to 'core/Notification')
-rw-r--r--core/Notification/Manager.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Notification/Manager.php b/core/Notification/Manager.php
index 54727fcfb6..921dc3fb82 100644
--- a/core/Notification/Manager.php
+++ b/core/Notification/Manager.php
@@ -13,7 +13,7 @@ use Piwik\Session\SessionNamespace;
/**
* Posts and removes UI notifications (see {@link Piwik\Notification} to learn more).
- *
+ *
*/
class Manager
{
@@ -41,7 +41,7 @@ class Manager
/**
* Removes a posted notification by ID.
- *
+ *
* @param $id The notification ID, see {@link notify()}.
*/
public static function cancel($id)
@@ -53,7 +53,7 @@ class Manager
/**
* Removes all temporary notifications.
- *
+ *
* Call this method after the notifications have been
* displayed to make sure temporary notifications won't be displayed twice.
*/