diff options
Diffstat (limited to 'apps/files_versions/lib/Versions/IVersion.php')
-rw-r--r-- | apps/files_versions/lib/Versions/IVersion.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_versions/lib/Versions/IVersion.php b/apps/files_versions/lib/Versions/IVersion.php index b6fc95814d8..d12bdc9d0ba 100644 --- a/apps/files_versions/lib/Versions/IVersion.php +++ b/apps/files_versions/lib/Versions/IVersion.php @@ -46,10 +46,10 @@ interface IVersion { /** * Get the id of the revision for the file * - * @return int + * @return int|string * @since 15.0.0 */ - public function getRevisionId(): int; + public function getRevisionId(); /** * Get the timestamp this version was created |