Commit 90be45b1 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1168 Fixed phpdoc descriptions.

Released under the Affero GNU General Public License (AGPL) version 3.
parent c166ca16
......@@ -804,7 +804,7 @@ class SyncCollections implements Iterator {
* regular export to find changes
*
* @access public
* @return array
* @return boolean
*/
public function WaitedForChanges() {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncCollections->WaitedForChanges: waited for %d seconds", $this->waitingTime));
......@@ -816,7 +816,7 @@ class SyncCollections implements Iterator {
* regular export to find changes.
*
* @access public
* @return array
* @return int
*/
public function GetWaitedSeconds() {
return $this->waitingTime;
......
......@@ -142,7 +142,7 @@ abstract class RequestProcessor {
/**
* Returns the amount of seconds RequestProcessor waited e.g. during Ping.
*
* @access pulic
* @access public
* @return int
*/
public static function GetWaitTime() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment