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, 3 insertions, 2 deletions
diff --git a/core/Mail.php b/core/Mail.php
index d25cd23262..e9740edd16 100644
--- a/core/Mail.php
+++ b/core/Mail.php
@@ -1,17 +1,18 @@
<?php
/**
* Piwik - Open source web analytics
- *
+ *
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
* @version $Id$
*
+ * @category Piwik
* @package Piwik
*/
/**
* Class for sending mails, for more information see:
- * http://framework.zend.com/manual/en/zend.mail.html
+ * @link http://framework.zend.com/manual/en/zend.mail.html
*
* @package Piwik
*/