From 436dd0384702c9477e274f5ff0b963bf78c59146 Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Sat, 24 May 2014 12:31:54 -0400 Subject: [PATCH] Fix phpdoc. --- framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/framework/Core/lib/Horde/Core/ActiveSync/Driver.php b/framework/Core/lib/Horde/Core/ActiveSync/Driver.php index 2028ff83430..db009497158 100644 --- a/framework/Core/lib/Horde/Core/ActiveSync/Driver.php +++ b/framework/Core/lib/Horde/Core/ActiveSync/Driver.php @@ -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)