Don't need reference
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 30 Jun 2010 21:31:49 +0000 (15:31 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 30 Jun 2010 21:51:50 +0000 (15:51 -0600)
framework/Mime/lib/Horde/Mime/Viewer/Driver.php

index 1124ead..36d7d17 100644 (file)
@@ -77,10 +77,10 @@ class Horde_Mime_Viewer_Driver
     /**
      * Sets the Horde_Mime_Part object for the class.
      *
-     * @param Horde_Mime_Part &$mime_part  Reference to an object with the
-     *                                     information to be rendered.
+     * @param Horde_Mime_Part $mime_part  The object with the information to
+     *                                    be rendered.
      */
-    public function setMIMEPart(&$mime_part)
+    public function setMIMEPart($mime_part)
     {
         $this->_mimepart = $mime_part;
     }