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:
Diffstat (limited to 'core/Mail/Transport.php')
-rw-r--r--core/Mail/Transport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Mail/Transport.php b/core/Mail/Transport.php
index de2a2e8425..7eabb12ae7 100644
--- a/core/Mail/Transport.php
+++ b/core/Mail/Transport.php
@@ -93,7 +93,7 @@ class Transport
if (defined('PIWIK_TEST_MODE')) { // hack
/**
* @ignore
- * @deprecated
+ * @internal
*/
Piwik::postTestEvent("Test.Mail.send", array($phpMailer));
return true;