*
* @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
* 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().
* 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().
* 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().
* 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.
*