mirror of
https://github.com/nextcloud/server.git
synced 2026-04-04 08:35:50 -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
97237e85d7
commit
e9ca2dc017
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue