mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 16:48:59 -04:00
Add method docblock
This commit is contained in:
parent
f46b434a12
commit
c3dc5b0317
1 changed files with 4 additions and 0 deletions
|
|
@ -112,6 +112,10 @@ class Expiration {
|
|||
return $isOlderThanMax || $isMinReached;
|
||||
}
|
||||
|
||||
/**
|
||||
* Read versions_retention_obligation, validate it
|
||||
* and set private members accordingly
|
||||
*/
|
||||
private function parseRetentionObligation(){
|
||||
$splitValues = explode(',', $this->retentionObligation);
|
||||
if (!isset($splitValues[0])) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue