mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix return type of IShare::getExpirationDate
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
This commit is contained in:
parent
ff76e258c8
commit
c008464a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ interface IShare {
|
|||
/**
|
||||
* Get the expiration date
|
||||
*
|
||||
* @return \DateTime
|
||||
* @return null|\DateTime
|
||||
* @since 9.0.0
|
||||
*/
|
||||
public function getExpirationDate();
|
||||
|
|
|
|||
Loading…
Reference in a new issue