From e9ca2dc017a02ee05971cadd900c4f9f3bdc49aa Mon Sep 17 00:00:00 2001 From: Cristian Scheid Date: Thu, 26 Mar 2026 10:47:58 -0300 Subject: [PATCH] fix(file-info): adjust since annotation on getLastActivity method Signed-off-by: Cristian Scheid --- lib/public/Files/FileInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Files/FileInfo.php b/lib/public/Files/FileInfo.php index 942e4f51c31..446f2a3e33e 100644 --- a/lib/public/Files/FileInfo.php +++ b/lib/public/Files/FileInfo.php @@ -288,7 +288,7 @@ interface FileInfo { * Last activity is the more recent of the upload time and the modification time * * @return int - * @since 34.0.0 + * @since 33.0.1 */ public function getLastActivity(): int;