From 8864ea0c2cbb2d03b0492693dd3cf0e97d19917c Mon Sep 17 00:00:00 2001 From: Cristian Scheid Date: Thu, 26 Mar 2026 10:52:21 -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 148dc36d15a..5a43310b25b 100644 --- a/lib/public/Files/FileInfo.php +++ b/lib/public/Files/FileInfo.php @@ -286,7 +286,7 @@ interface FileInfo { * Last activity is the more recent of the upload time and the modification time * * @return int - * @since 34.0.0 + * @since 31.0.14 */ public function getLastActivity(): int;