mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix(file-info): adjust since annotation on getLastActivity method
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
This commit is contained in:
parent
0a52332a48
commit
8864ea0c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue