Skip to content

Commit 7a2c6f2

Browse files
committed
feat(UserMigration)!: 32-bit support
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent c40d1b7 commit 7a2c6f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/public/UserMigration/ISizeEstimationMigrator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ interface ISizeEstimationMigrator {
3838
* Should be fast, favor performance over accuracy.
3939
*
4040
* @since 25.0.0
41+
* @since 27.0.0 return value may overflow from int to float
4142
*/
42-
public function getEstimatedExportSize(IUser $user): int;
43+
public function getEstimatedExportSize(IUser $user): int|float;
4344
}

0 commit comments

Comments
 (0)