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:47:58 -03:00
parent 97237e85d7
commit e9ca2dc017

View file

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