From 14eec089302f30eac4f27b42a2bf750428d76689 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 30 Jun 2009 12:41:58 -0600 Subject: [PATCH] phpdoc --- framework/Mime/lib/Horde/Mime/Part.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0