From 58359a35d24565b2f8c7692df0cd068889567e56 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 23 May 2016 11:40:19 +0000 Subject: [PATCH] smtp : update docComment git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2725 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp.php b/smtp.php index 2b69a7c..fede61e 100644 --- a/smtp.php +++ b/smtp.php @@ -140,7 +140,7 @@ class smtp * @param string $from The email address used for the from enveloppe * @param string|array $to the recipient of the email. Not displayed in the * email content - * @param $completeMail The content of the email + * @param string $completeMail The content of the email * @return the message from the server (where is stored the message queue * identifier */