Skip to content

Commit

Permalink
Update phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 20, 2014
1 parent a2eed2b commit ab3c367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/Core/lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -621,17 +621,17 @@ protected function _parseFolderId($id, $checkEmail = false)
/**
* Change a folder on the server.
*
* @param string $old_name The IMAP server's existing folder id.
* @param string $old_name The server's existing folder id.
* @param string $new_name The new display name.
* @param string $parent The folder's parent IMAP server id, if needed.
* @param string $parent The folder's parent server id, if needed.
* @param string $uid The existing folder uid, if this is an edit.
* @since 2.5.0 (@todo Look at this for H6. It's
* here now to save an extra DB lookup for data
* we already have.)
* @param integer $type The EAS Folder type. @since 2.12.0
*
* @return Horde_ActiveSync_Message_Folder
* @throws Horde_ActiveSync_Exception
* @throws Horde_ActiveSync_Exception
*/
public function changeFolder($old_name, $new_name, $parent, $uid = null, $type = null)
{
Expand Down

0 comments on commit ab3c367

Please sign in to comment.