Skip to content

Commit

Permalink
More correct phpdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 5, 2015
1 parent dd33988 commit 31804d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions framework/ActiveSync/lib/Horde/ActiveSync/Collections.php
Expand Up @@ -1302,10 +1302,11 @@ public function resetPingCache()
}

/**
* Return the any changes for the current collection, and cache them if
* we are not PINGing.
* Return any changes for the current collection.
*
* @param boolean $ping True if this is a PING request, false otherwise.
* If true, we only detect that a change has occured,
* not the data on all of the changes.
* @param array $ensure An array of UIDs that should be sent in the
* current response if possible, and not put off
* because of a MOREAVAILABLE situation.
Expand Down

0 comments on commit 31804d1

Please sign in to comment.