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.php')
-rw-r--r--core/Mail.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/Mail.php b/core/Mail.php
index 85c932ca67..bbd8255e93 100644
--- a/core/Mail.php
+++ b/core/Mail.php
@@ -5,8 +5,6 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
- * @category Piwik
- * @package Piwik
*/
namespace Piwik;
@@ -16,7 +14,6 @@ use Zend_Mail;
* Class for sending mails, for more information see:
* {@link http://framework.zend.com/manual/en/zend.mail.html}
*
- * @package Piwik
* @see Zend_Mail, libs/Zend/Mail.php
* @api
*/
@@ -83,4 +80,4 @@ class Mail extends Zend_Mail
Mail::setDefaultTransport($tr);
ini_set("smtp_port", $mailConfig['port']);
}
-} \ No newline at end of file
+}