From b2b78228d62be9f072f685bbae3b4470e191e0db Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 25 Mar 2013 21:45:55 +0100 Subject: [PATCH] Add PHPDoc --- lib/files/cache/legacy.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/files/cache/legacy.php b/lib/files/cache/legacy.php index 8dba15ab960..cabe88652a7 100644 --- a/lib/files/cache/legacy.php +++ b/lib/files/cache/legacy.php @@ -77,6 +77,12 @@ class Legacy { return $data; } + /** + * Get the ETag for the given path + * + * @param type $path + * @return string + */ function getEtag($path) { list(, $user, , $relativePath) = explode('/', $path, 4); if (is_null($relativePath)) { -- 2.39.5