Fix PHPDoc
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
f0850b266e
commit
2a77727897
|
@ -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…
Reference in New Issue