Skip to content

Commit e9ca2dc

Browse files
fix(file-info): adjust since annotation on getLastActivity method
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
1 parent 97237e8 commit e9ca2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/Files/FileInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public function getUploadTime(): int;
288288
* Last activity is the more recent of the upload time and the modification time
289289
*
290290
* @return int
291-
* @since 34.0.0
291+
* @since 33.0.1
292292
*/
293293
public function getLastActivity(): int;
294294

0 commit comments

Comments
 (0)