Completed
Push — 16.1 ( b39e15...d98aac )
by Klaus
18:52
created
mail/inc/class.mail_zpush.inc.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1354,7 +1354,7 @@  discard block
 block discarded – undo
1354 1354
 	 * @param string              $newfolderid         id of the destination folder
1355 1355
 	 * @param ContentParameters   $contentParameters
1356 1356
 	 *
1357
-	 * @return boolean                      status of the operation
1357
+	 * @return string                      status of the operation
1358 1358
 	 * @throws StatusException              could throw specific SYNC_MOVEITEMSSTATUS_* exceptions
1359 1359
 	 */
1360 1360
 	public function MoveMessage($folderid, $id, $newfolderid, $contentParameters)
@@ -1745,6 +1745,7 @@  discard block
 block discarded – undo
1745 1745
 	 *		  the folder has not changed. In practice this means that 'mod' can be equal to the folder name
1746 1746
 	 *		  as this is the only thing that ever changes in folders. (the type is normally constant)
1747 1747
 	 *
1748
+	 * @param string $id
1748 1749
 	 * @return array with values for keys 'id', 'mod' and 'parent'
1749 1750
 	 */
1750 1751
 	public function StatFolder($id)
Please login to merge, or discard this patch.