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 98189b2 commit 749b10d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Horde/ActiveSync/Collections.php
Expand Up @@ -296,6 +296,11 @@ public function ensureOptions()
* @param array $collection The collection array.
* @param boolean $requireSyncKey Attempt to read missing synckey from
* cache if true. If not found, set to 0.
*
* @throws Horde_ActiveSync_Exception_StateGone Thrown when no synckey
* is provided when one is specified as required, indicating
* the state on the client is possibly corrupt or when the
* serverid can not be found by the backend.
*/
public function addCollection(array $collection, $requireSyncKey = false)
{
Expand Down

0 comments on commit 749b10d

Please sign in to comment.