From 1fa8da9b963e99e08c829fe6491e8ccf2d1054e2 Mon Sep 17 00:00:00 2001 From: mattab Date: Tue, 8 Oct 2013 18:24:28 +1300 Subject: Applying phpstorm code style PSR refs #3771 --- core/Mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Mail.php') diff --git a/core/Mail.php b/core/Mail.php index 27ccf629ef..a0a8ec8e5a 100644 --- a/core/Mail.php +++ b/core/Mail.php @@ -24,7 +24,7 @@ class Mail extends Zend_Mail /** * Default charset utf-8 * - * @param string $charset charset, defaults to utf-8 + * @param string $charset charset, defaults to utf-8 */ public function __construct($charset = 'utf-8') { -- cgit v1.2.3