diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-03-26 11:34:21 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-29 00:04:29 +0200 |
commit | 2a777278975b27836a965d9f53b082bbc0124743 (patch) | |
tree | 9e56094cae630bbe9ffb71477e0f5526da12faf7 /apps | |
parent | f0850b266e25437bd1cfc2cbcfc27c2036f36b46 (diff) | |
download | nextcloud-server-2a777278975b27836a965d9f53b082bbc0124743.tar.gz nextcloud-server-2a777278975b27836a965d9f53b082bbc0124743.zip |
Fix PHPDoc
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/lib/Avatars/AvatarHome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Avatars/AvatarHome.php b/apps/dav/lib/Avatars/AvatarHome.php index d72bfa3220a..17ac37dc8af 100644 --- a/apps/dav/lib/Avatars/AvatarHome.php +++ b/apps/dav/lib/Avatars/AvatarHome.php @@ -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; |