phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Jun 2009 18:41:58 +0000 (12:41 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Jun 2009 18:41:58 +0000 (12:41 -0600)
framework/Mime/lib/Horde/Mime/Part.php

index a3dc350..464cc65 100644 (file)
@@ -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)