Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 13, 2017
1 parent 7d87e1c commit 2ada12a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Horde/ActiveSync/Request/Sync.php
Expand Up @@ -602,6 +602,12 @@ protected function _sendOverWindowResponse($collection)
/**
* Helper method for parsing incoming SYNC_FOLDERS nodes.
*
* @return boolean False if any errors were encountered and handled.
* Otherwise, true.
*
* @throws Horde_ActiveSync_Exception when an error cannot be handled
* gracefully, and thus not able to send status code to client.
*
*/
protected function _parseSyncFolders()
{
Expand Down

0 comments on commit 2ada12a

Please sign in to comment.