Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 17:09:23 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 17:09:23 +0300
commita8a06a82d2b93c17b3014f0d468f23239100ca10 (patch)
tree07a13880071bc15ddec3810c21327af5f4f09ff4 /apps/files_versions
parent44577e4345066952622feca9ef69c24fc23d08ab (diff)
Remove trailing whitespaces from comments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/lib/Expiration.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/lib/Expiration.php b/apps/files_versions/lib/Expiration.php
index d57bc20dc81..a56042e76b8 100644
--- a/apps/files_versions/lib/Expiration.php
+++ b/apps/files_versions/lib/Expiration.php
@@ -129,7 +129,7 @@ class Expiration {
}
/**
- * Read versions_retention_obligation, validate it
+ * Read versions_retention_obligation, validate it
* and set private members accordingly
*/
private function parseRetentionObligation() {