aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/public/UserMigration/IMigrator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/UserMigration/IMigrator.php b/lib/public/UserMigration/IMigrator.php
index b7ad382bef2..6915e9b18a7 100644
--- a/lib/public/UserMigration/IMigrator.php
+++ b/lib/public/UserMigration/IMigrator.php
@@ -93,7 +93,7 @@ interface IMigrator {
*
* @since 24.0.0
*/
- public function getExportEstimatedSize(): int;
+ public function getExportEstimatedSize(IUser $user): int;
/**
* Checks whether it is able to import a version of the export format for this migrator