Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
z-push
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Björn Fischer
z-push
Commits
90be45b1
Commit
90be45b1
authored
Mar 09, 2017
by
Sebastian Kummer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-1168 Fixed phpdoc descriptions.
Released under the Affero GNU General Public License (AGPL) version 3.
parent
c166ca16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
synccollections.php
src/lib/core/synccollections.php
+2
-2
requestprocessor.php
src/lib/request/requestprocessor.php
+1
-1
No files found.
src/lib/core/synccollections.php
View file @
90be45b1
...
...
@@ -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
;
...
...
src/lib/request/requestprocessor.php
View file @
90be45b1
...
...
@@ -142,7 +142,7 @@ abstract class RequestProcessor {
/**
* Returns the amount of seconds RequestProcessor waited e.g. during Ping.
*
* @access pulic
* @access pu
b
lic
* @return int
*/
public
static
function
GetWaitTime
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment