From: Michael M Slusarz Date: Tue, 30 Jun 2009 18:41:58 +0000 (-0600) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=14eec089302f30eac4f27b42a2bf750428d76689;p=horde.git phpdoc --- diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index a3dc35022..464cc65ff 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -313,7 +313,7 @@ class Horde_Mime_Part * Set the body contents of this part. * * @param mixed $contents The part body. Either a string or a stream - * resource. + * resource, or an array containing both. * @param string $encoding The current encoding of the contents. */ public function setContents($contents, $encoding = null)