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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-12-13 09:17:45 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-12-13 09:17:45 +0300
commit378dea17270e602213ba9d0cf5dbd1478c774685 (patch)
tree1d3144846b2981f046587f5eec11c9f307f98417 /core/Mail.php
parentfbb653568b627866db455a559e27441bc09719d0 (diff)
remove two TODOs
Diffstat (limited to 'core/Mail.php')
-rw-r--r--core/Mail.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Mail.php b/core/Mail.php
index ab671b4010..e12775dee7 100644
--- a/core/Mail.php
+++ b/core/Mail.php
@@ -141,7 +141,7 @@ class Mail extends Zend_Mail
/**
* This event is posted right before an email is sent. You can use it to customize the email by, for example, replacing
* the subject/body, changing the from address, etc.
- * TODO: changelog
+ *
* @param Mail $this The Mail instance that is about to be sent.
*/
Piwik::postEvent('Mail.send', [$mail]);
@@ -219,7 +219,7 @@ class Mail extends Zend_Mail
/**
* This event is posted before sending an email. You can use it to abort sending a specific email, if you want.
- * TODO: changelog
+ *
* @param bool &$shouldSendMail Whether to send this email or not. Set to false to skip sending.
* @param Mail $mail The Mail instance that will be sent.
*/