Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 17, 2014
1 parent 4f8b550 commit 3d2c703
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions framework/Imap_Client/lib/Horde/Imap/Client/Exception.php
Expand Up @@ -247,8 +247,8 @@ class Horde_Imap_Client_Exception extends Horde_Exception_Wrapped
/**
* Constructor.
*
* @param string $msg Error message (non-translated).
* @param code $code Error code.
* @param string $message Error message (non-translated).
* @param code $code Error code.
*/
public function __construct($message = null, $code = null)
{
Expand Down
3 changes: 2 additions & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php
Expand Up @@ -107,7 +107,7 @@ public function charset($charset, $convert = true)
*
* @param Horde_Imap_Client_Base $exts The server object this query will
* be run on (@since 2.24.0), a
* Hore_Imap_Client_Data_Capability
* Horde_Imap_Client_Data_Capability
* object (@since 2.24.0), or the
* list of extensions present
* on the server (@deprecated).
Expand All @@ -122,6 +122,7 @@ public function charset($charset, $convert = true)
* - query: (Horde_Imap_Client_Data_Format_List) The IMAP search
* command.
*
* @throws Horde_Imap_Client_Data_Format_Exception
* @throws Horde_Imap_Client_Exception_NoSupportExtension
*/
public function build($exts = array())
Expand Down
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
Expand Up @@ -2957,7 +2957,7 @@ protected function _fetchCmd(
}

/* The FETCH command should be the only command issued by this library
* that should ever approach this limit.
* that should ever approach the command length limit.
* @todo Move this check to a more centralized location (_command()?).
* For simplification, assume that the UID list is the limiting factor
* and split this list at a sequence comma delimiter if it exceeds
Expand Down

0 comments on commit 3d2c703

Please sign in to comment.