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 { ...@@ -804,7 +804,7 @@ class SyncCollections implements Iterator {
* regular export to find changes * regular export to find changes
* *
* @access public * @access public
* @return array * @return boolean
*/ */
public function WaitedForChanges() { public function WaitedForChanges() {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncCollections->WaitedForChanges: waited for %d seconds", $this->waitingTime)); ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncCollections->WaitedForChanges: waited for %d seconds", $this->waitingTime));
...@@ -816,7 +816,7 @@ class SyncCollections implements Iterator { ...@@ -816,7 +816,7 @@ class SyncCollections implements Iterator {
* regular export to find changes. * regular export to find changes.
* *
* @access public * @access public
* @return array * @return int
*/ */
public function GetWaitedSeconds() { public function GetWaitedSeconds() {
return $this->waitingTime; return $this->waitingTime;
......
...@@ -142,7 +142,7 @@ abstract class RequestProcessor { ...@@ -142,7 +142,7 @@ abstract class RequestProcessor {
/** /**
* Returns the amount of seconds RequestProcessor waited e.g. during Ping. * Returns the amount of seconds RequestProcessor waited e.g. during Ping.
* *
* @access pulic * @access public
* @return int * @return int
*/ */
public static function GetWaitTime() { 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