Browse Source

Fix PHPDoc

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v12.0.0beta1
Lukas Reschke 7 years ago
parent
commit
2a77727897
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/dav/lib/Avatars/AvatarHome.php

+ 1
- 1
apps/dav/lib/Avatars/AvatarHome.php View File

@@ -110,7 +110,7 @@ class AvatarHome implements ICollection {
/**
* Returns the last modification time, as a unix timestamp
*
* @return int
* @return int|null
*/
public function getLastModified() {
return null;

Loading…
Cancel
Save