From bcf654127fc5ea56596fe1329b5d92c8599fe7e0 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 30 Sep 2014 12:28:44 +0200 Subject: [PATCH] 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 35bf8328ca..64a121447a 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();