Skip to content

Commit

Permalink
Fix phpdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 24, 2014
1 parent df88c55 commit 436dd03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions framework/Core/lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -805,9 +805,11 @@ public function statFolder($id, $parent = '0', $mod = null, $serverid = null, $t
* @param integer $maxitems Maximum number of recipients for a RI
* collection. @since 2.12.0
*
* @return array A list of messge uids that have changed in the specified
* time period.
* @return array An array of hashes that contain the ids of items that have
* changed in the specified collection along with a 'type'
* flag that indicates the type of change.
* @todo H6 - clean up method parameters, update parent class etc...
* return a new ids object.
*/
public function getServerChanges(
$folder, $from_ts, $to_ts, $cutoffdate, $ping, $ignoreFirstSync = false, $maxitems = 100)
Expand Down

0 comments on commit 436dd03

Please sign in to comment.