]> source.dussan.org Git - nextcloud-server.git/commit
Fix migrators according to exceptions 31945/head
authorVincent Petry <vincent@nextcloud.com>
Wed, 13 Apr 2022 07:56:07 +0000 (09:56 +0200)
committerVincent Petry <vincent@nextcloud.com>
Wed, 13 Apr 2022 14:52:40 +0000 (16:52 +0200)
commit78c8e578966e3867f583ca3a2aacda583c5ecfbd
tree765ea9fa2d07f0c581a014fce5f5a658dd5ef94f
parent0fd72f4355c73a2f859e074754f0f255db16f536
Fix migrators according to exceptions

Fixed syntax errors.
Removed if condition for copyToFolder since it's void now.
Change signature of setMigratorVersions to also be void.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
apps/dav/lib/UserMigration/ContactsMigrator.php
apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php
apps/settings/tests/UserMigration/AccountMigratorTest.php
lib/public/UserMigration/IExportDestination.php