We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40d1b7 commit 7a2c6f2Copy full SHA for 7a2c6f2
lib/public/UserMigration/ISizeEstimationMigrator.php
@@ -38,6 +38,7 @@ interface ISizeEstimationMigrator {
38
* Should be fast, favor performance over accuracy.
39
*
40
* @since 25.0.0
41
+ * @since 27.0.0 return value may overflow from int to float
42
*/
- public function getEstimatedExportSize(IUser $user): int;
43
+ public function getEstimatedExportSize(IUser $user): int|float;
44
}
0 commit comments