[Pkg-owncloud-commits] [owncloud] 236/258: More phpdoc

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 12035808481d3027b93527e15041c6fe5f04672f
Author: Robin Appelman <icewind at owncloud.com>
Date:   Tue Sep 30 12:28:44 2014 +0200

    More phpdoc
---
 apps/files_external/lib/etagpropagator.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/apps/files_external/lib/etagpropagator.php b/apps/files_external/lib/etagpropagator.php
index 35bf832..64a1214 100644
--- a/apps/files_external/lib/etagpropagator.php
+++ b/apps/files_external/lib/etagpropagator.php
@@ -37,6 +37,11 @@ class EtagPropagator {
 		$this->config = $config;
 	}
 
+	/**
+	 * Propagate the etag changes for all mountpoints marked as dirty and mark the mountpoints as clean
+	 *
+	 * @param int $time
+	 */
 	public function propagateDirtyMountPoints($time = null) {
 		if ($time === null) {
 			$time = time();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list