phpdoc fix
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 26 Jan 2010 19:24:22 +0000 (12:24 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 26 Jan 2010 20:42:49 +0000 (13:42 -0700)
framework/Imap_Client/lib/Horde/Imap/Client/Base.php
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php
framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php

index 7fab6ec..6a3261d 100644 (file)
@@ -900,7 +900,7 @@ abstract class Horde_Imap_Client_Base
      *
      * @param string $mailbox  The mailbox to query. Either in UTF7-IMAP or
      *                         or UTF-8.
-     * @param string $flags    A bitmask of information requested from the
+     * @param integer $flags   A bitmask of information requested from the
      *                         server. Allowed flags:
      * <pre>
      * Flag: Horde_Imap_Client::STATUS_MESSAGES
@@ -1040,7 +1040,7 @@ abstract class Horde_Imap_Client_Base
      * Obtain status information for a mailbox.
      *
      * @param string $mailbox  The mailbox to query (UTF7-IMAP).
-     * @param string $flags    A bitmask of information requested from the
+     * @param integer $flags   A bitmask of information requested from the
      *                         server.
      *
      * @return array  See self::status().
index e12bdd2..e02b3c7 100644 (file)
@@ -571,7 +571,7 @@ class Horde_Imap_Client_Cclient extends Horde_Imap_Client_Base
      * Obtain status information for a mailbox.
      *
      * @param string $mailbox  The mailbox to query (UTF7-IMAP).
-     * @param string $flags    A bitmask of information requested from the
+     * @param integer $flags   A bitmask of information requested from the
      *                         server.
      *
      * @return array  See Horde_Imap_Client_Base::status().
index 6f5f21f..d5f3716 100644 (file)
@@ -200,7 +200,7 @@ class Horde_Imap_Client_Cclient_Pop3 extends Horde_Imap_Client_Cclient
      * Obtain status information for a mailbox.
      *
      * @param string $mailbox  The mailbox to query (UTF7-IMAP).
-     * @param string $flags    A bitmask of information requested from the
+     * @param integer $flags   A bitmask of information requested from the
      *                         server.
      *
      * @return array  See Horde_Imap_Client_Base::status().
index 09556eb..d9c5326 100644 (file)
@@ -528,7 +528,7 @@ class Horde_Imap_Client_Socket_Pop3 extends Horde_Imap_Client_Base
      * Obtain status information for a mailbox.
      *
      * @param string $mailbox  The mailbox to query (UTF7-IMAP).
-     * @param string $flags    A bitmask of information requested from the
+     * @param integer $flags   A bitmask of information requested from the
      *                         server. This driver only supports the options
      *                         listed under Horde_Imap_Client::STATUS_ALL.
      *