From c008464a2a837c456253aa32009d50bbed223375 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 18 Oct 2023 23:21:17 -0700 Subject: [PATCH] Fix return type of IShare::getExpirationDate Signed-off-by: Varun Patil --- lib/public/Share/IShare.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php index 40548c6c73d..e5a943b0bac 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -394,7 +394,7 @@ interface IShare { /** * Get the expiration date * - * @return \DateTime + * @return null|\DateTime * @since 9.0.0 */ public function getExpirationDate();