fix(file-info): adjust since annotation on getLastActivity method

Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
This commit is contained in:
Cristian Scheid 2026-03-26 10:52:21 -03:00
parent 0a52332a48
commit 8864ea0c2c

View file

@ -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;