phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Mar 2010 21:42:34 +0000 (14:42 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Mar 2010 22:25:17 +0000 (15:25 -0700)
framework/Imap_Client/lib/Horde/Imap/Client/Utils.php

index 8232348..2c1bf51 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 /**
- * Horde_Imap_Client_Utils provides utility functions for the Horde IMAP client.
+ * Horde_Imap_Client_Utils provides utility functions for the Horde IMAP
+ * client.
  *
  * Copyright 2008-2010 The Horde Project (http://www.horde.org/)
  *
@@ -238,8 +239,8 @@ class Horde_Imap_Client_Utils
      *
      * @param string $url  A URL string.
      *
-     * @return mixed  False if the URL is invalid.  If valid, a URL with the
-     *                following fields:
+     * @return mixed  False if the URL is invalid.  If valid, an array with
+     *                the following fields:
      * <pre>
      * 'auth' - (string) The authentication method to use.
      * 'hostspec' - (string) The remote server.