From: Michael M Slusarz Date: Thu, 9 Jul 2009 17:47:30 +0000 (-0600) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=69631e1184150387f499657f74b24ea1b7c50dea;p=horde.git phpdoc --- diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index a2033dd50..1be68bb05 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -1359,12 +1359,12 @@ class Horde_Mime_Part /** * Sends this message. * - * @param string $email The address list to send to. - * @param Horde_Mime_Headers $headers The Horde_Mime_Headers object - * holding this message's headers. - * @param string $driver The Mail:: driver to use. - * @param array $params Any parameters necessary for the - * Mail driver. + * @param string $email The address list to send to. + * @param Horde_Mime_Headers $headers The Horde_Mime_Headers object + * holding this message's headers. + * @param string $driver The Mail:: driver to use. + * @param array $params Any parameters necessary for the + * Mail driver. * * @throws Horde_Mime_Exception */