From 7b4ad9c854fd2a4f2cd3ebe4169dd4457f7f1e61 Mon Sep 17 00:00:00 2001 From: Stefan Brannfjell Date: Sat, 6 Sep 2014 23:34:37 +0200 Subject: [PATCH] Updated the function description of class methods. --- engine/function/mail.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/function/mail.php b/engine/function/mail.php index 83ed5fa..570387b 100644 --- a/engine/function/mail.php +++ b/engine/function/mail.php @@ -3,7 +3,7 @@ class Mail { protected $_config = false; /** - * @param string $file + * @param array $config * @access public * @return void **/ @@ -14,9 +14,9 @@ class Mail { /** * Sets the cache expiration limit (IMPORTANT NOTE: seconds, NOT ms!). * - * @param integer $span + * @param string $to, string $title, string $text, string $accname * @access public - * @return void + * @return boolean **/ public function sendMail($to, $title, $text, $accname = '') { //SMTP needs accurate times, and the PHP time zone MUST be set