]> source.dussan.org Git - nextcloud-server.git/commit
chore(apps): Apply new rector configuration to autouse classes
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 10 Oct 2024 10:40:31 +0000 (12:40 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 15 Oct 2024 08:40:25 +0000 (10:40 +0200)
commit1580c8612b01bfa780d1a7372080a27d182fb7dd
treeb2776d0cd254ac9d6e54828978ce18b702f550d5
parent4ff9b3e0ce53227e2be47c4c2dcb1fdc3e540b5f
chore(apps): Apply new rector configuration to autouse classes

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
304 files changed:
apps/admin_audit/lib/Actions/Files.php
apps/admin_audit/lib/AppInfo/Application.php
apps/admin_audit/lib/Listener/FileEventListener.php
apps/cloud_federation_api/lib/Controller/RequestHandlerController.php
apps/comments/tests/Unit/Notification/ListenerTest.php
apps/dashboard/lib/Controller/DashboardController.php
apps/dav/appinfo/v1/caldav.php
apps/dav/appinfo/v1/carddav.php
apps/dav/appinfo/v1/publicwebdav.php
apps/dav/appinfo/v1/webdav.php
apps/dav/appinfo/v2/direct.php
apps/dav/appinfo/v2/publicremote.php
apps/dav/appinfo/v2/remote.php
apps/dav/lib/AppInfo/Application.php
apps/dav/lib/BackgroundJob/EventReminderJob.php
apps/dav/lib/CalDAV/AppCalendar/AppCalendarPlugin.php
apps/dav/lib/CalDAV/CalDavBackend.php
apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php
apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php
apps/dav/lib/CalDAV/Reminder/NotificationProviderManager.php
apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
apps/dav/lib/CalDAV/Schedule/Plugin.php
apps/dav/lib/CalDAV/Search/SearchPlugin.php
apps/dav/lib/CardDAV/ContactsManager.php
apps/dav/lib/CardDAV/PhotoCache.php
apps/dav/lib/CardDAV/UserAddressBooks.php
apps/dav/lib/Comments/CommentsPlugin.php
apps/dav/lib/Connector/LegacyPublicAuth.php
apps/dav/lib/Connector/Sabre/Auth.php
apps/dav/lib/Connector/Sabre/BearerAuth.php
apps/dav/lib/Connector/Sabre/Directory.php
apps/dav/lib/Connector/Sabre/Exception/FileLocked.php
apps/dav/lib/Connector/Sabre/File.php
apps/dav/lib/Connector/Sabre/FilesPlugin.php
apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
apps/dav/lib/Connector/Sabre/Node.php
apps/dav/lib/Connector/Sabre/ObjectTree.php
apps/dav/lib/Connector/Sabre/Principal.php
apps/dav/lib/Connector/Sabre/PublicAuth.php
apps/dav/lib/Connector/Sabre/ServerFactory.php
apps/dav/lib/Connector/Sabre/TagsPlugin.php
apps/dav/lib/Connector/Sabre/ZipFolderPlugin.php
apps/dav/lib/Files/FileSearchBackend.php
apps/dav/lib/Files/FilesHome.php
apps/dav/lib/RootCollection.php
apps/dav/lib/Server.php
apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php
apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php
apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProviderManagerTest.php
apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php
apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php
apps/dav/tests/unit/Command/ListAddressbooksTest.php
apps/dav/tests/unit/Comments/EntityCollectionTest.php
apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php
apps/dav/tests/unit/Comments/RootCollectionTest.php
apps/dav/tests/unit/Connector/LegacyPublicAuthTest.php
apps/dav/tests/unit/Connector/Sabre/AuthTest.php
apps/dav/tests/unit/Connector/Sabre/BearerAuthTest.php
apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php
apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php
apps/dav/tests/unit/Connector/Sabre/FileTest.php
apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php
apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php
apps/dav/tests/unit/Connector/Sabre/NodeTest.php
apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php
apps/dav/tests/unit/Connector/Sabre/PublicAuthTest.php
apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php
apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php
apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php
apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php
apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php
apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php
apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php
apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php
apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php
apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php
apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php
apps/dav/tests/unit/Upload/AssemblyStreamTest.php
apps/dav/tests/unit/Upload/FutureFileTest.php
apps/encryption/lib/Crypto/DecryptAll.php
apps/encryption/lib/Crypto/Encryption.php
apps/encryption/lib/Hooks/UserHooks.php
apps/encryption/lib/Session.php
apps/encryption/tests/Controller/RecoveryControllerTest.php
apps/encryption/tests/Controller/SettingsControllerTest.php
apps/encryption/tests/Controller/StatusControllerTest.php
apps/encryption/tests/Crypto/CryptTest.php
apps/encryption/tests/Crypto/EncryptAllTest.php
apps/encryption/tests/Crypto/EncryptionTest.php
apps/encryption/tests/HookManagerTest.php
apps/encryption/tests/Hooks/UserHooksTest.php
apps/encryption/tests/KeyManagerTest.php
apps/encryption/tests/RecoveryTest.php
apps/encryption/tests/SessionTest.php
apps/encryption/tests/Users/SetupTest.php
apps/encryption/tests/UtilTest.php
apps/federatedfilesharing/lib/AddressHandler.php
apps/federatedfilesharing/lib/Controller/RequestHandlerController.php
apps/federatedfilesharing/lib/FederatedShareProvider.php
apps/federatedfilesharing/lib/Listeners/LoadAdditionalScriptsListener.php
apps/federatedfilesharing/lib/OCM/CloudFederationProviderFiles.php
apps/federatedfilesharing/tests/AddressHandlerTest.php
apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php
apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php
apps/federatedfilesharing/tests/FederatedShareProviderTest.php
apps/federatedfilesharing/tests/Settings/AdminTest.php
apps/federatedfilesharing/tests/TestCase.php
apps/federation/lib/DAV/FedAuth.php
apps/federation/tests/Controller/SettingsControllerTest.php
apps/federation/tests/SyncFederationAddressbooksTest.php
apps/federation/tests/TrustedServersTest.php
apps/files/lib/Command/Scan.php
apps/files/lib/Command/ScanAppData.php
apps/files/lib/Controller/ApiController.php
apps/files/lib/Controller/ViewController.php
apps/files/lib/Helper.php
apps/files/lib/Listener/LoadSearchPluginsListener.php
apps/files/lib/Listener/RenderReferenceEventListener.php
apps/files/lib/Service/OwnershipTransferService.php
apps/files/lib/Settings/PersonalSettings.php
apps/files/tests/Command/DeleteOrphanedFilesTest.php
apps/files/tests/Controller/ApiControllerTest.php
apps/files/tests/Controller/ViewControllerTest.php
apps/files/tests/HelperTest.php
apps/files/tests/Service/TagServiceTest.php
apps/files_external/lib/Command/Verify.php
apps/files_external/lib/Config/ConfigAdapter.php
apps/files_external/lib/Controller/ApiController.php
apps/files_external/lib/Controller/StoragesController.php
apps/files_external/lib/Lib/Storage/AmazonS3.php
apps/files_external/lib/Lib/Storage/OwnCloud.php
apps/files_external/lib/Lib/Storage/SFTP.php
apps/files_external/lib/Lib/Storage/StreamWrapper.php
apps/files_external/lib/Lib/Storage/Swift.php
apps/files_external/lib/Lib/StorageConfig.php
apps/files_external/lib/MountConfig.php
apps/files_external/lib/Service/GlobalStoragesService.php
apps/files_external/lib/Service/LegacyStoragesService.php
apps/files_external/lib/Service/StoragesService.php
apps/files_external/lib/Service/UserStoragesService.php
apps/files_external/lib/Settings/Admin.php
apps/files_external/lib/Settings/Personal.php
apps/files_external/tests/Auth/Password/GlobalAuth.php
apps/files_external/tests/Command/CommandTest.php
apps/files_external/tests/Controller/StoragesControllerTest.php
apps/files_external/tests/OwnCloudFunctionsTest.php
apps/files_external/tests/PersonalMountTest.php
apps/files_external/tests/Service/BackendServiceTest.php
apps/files_external/tests/Service/GlobalStoragesServiceTest.php
apps/files_external/tests/Service/StoragesServiceTest.php
apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php
apps/files_external/tests/Service/UserStoragesServiceTest.php
apps/files_external/tests/Settings/AdminTest.php
apps/files_sharing/lib/AppInfo/Application.php
apps/files_sharing/lib/Cache.php
apps/files_sharing/lib/Controller/DeletedShareAPIController.php
apps/files_sharing/lib/Controller/RemoteController.php
apps/files_sharing/lib/Controller/ShareAPIController.php
apps/files_sharing/lib/Controller/ShareController.php
apps/files_sharing/lib/Controller/ShareesAPIController.php
apps/files_sharing/lib/DefaultPublicShareTemplateProvider.php
apps/files_sharing/lib/External/Cache.php
apps/files_sharing/lib/External/Manager.php
apps/files_sharing/lib/External/Scanner.php
apps/files_sharing/lib/External/Storage.php
apps/files_sharing/lib/Helper.php
apps/files_sharing/lib/Hooks.php
apps/files_sharing/lib/MountProvider.php
apps/files_sharing/lib/Scanner.php
apps/files_sharing/lib/ShareBackend/File.php
apps/files_sharing/lib/ShareBackend/Folder.php
apps/files_sharing/lib/SharedMount.php
apps/files_sharing/lib/SharedStorage.php
apps/files_sharing/lib/Updater.php
apps/files_sharing/lib/ViewOnly.php
apps/files_sharing/tests/ApiTest.php
apps/files_sharing/tests/CacheTest.php
apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
apps/files_sharing/tests/Controller/ShareControllerTest.php
apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php
apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php
apps/files_sharing/tests/EtagPropagationTest.php
apps/files_sharing/tests/ExpireSharesJobTest.php
apps/files_sharing/tests/External/CacheTest.php
apps/files_sharing/tests/External/ManagerTest.php
apps/files_sharing/tests/External/ScannerTest.php
apps/files_sharing/tests/ExternalStorageTest.php
apps/files_sharing/tests/GroupEtagPropagationTest.php
apps/files_sharing/tests/HelperTest.php
apps/files_sharing/tests/LockingTest.php
apps/files_sharing/tests/Middleware/ShareInfoMiddlewareTest.php
apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php
apps/files_sharing/tests/MountProviderTest.php
apps/files_sharing/tests/PropagationTestCase.php
apps/files_sharing/tests/ShareTest.php
apps/files_sharing/tests/SharedMountTest.php
apps/files_sharing/tests/SharedStorageTest.php
apps/files_sharing/tests/SizePropagationTest.php
apps/files_sharing/tests/TestCase.php
apps/files_sharing/tests/UnshareChildrenTest.php
apps/files_sharing/tests/UpdaterTest.php
apps/files_sharing/tests/WatcherTest.php
apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php
apps/files_trashbin/lib/Command/ExpireTrash.php
apps/files_trashbin/lib/Command/RestoreAllFiles.php
apps/files_trashbin/lib/Controller/PreviewController.php
apps/files_trashbin/lib/Helper.php
apps/files_trashbin/lib/Sabre/TrashRoot.php
apps/files_trashbin/lib/Trash/LegacyTrashBackend.php
apps/files_trashbin/lib/Trashbin.php
apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php
apps/files_trashbin/tests/Command/CleanUpTest.php
apps/files_trashbin/tests/StorageTest.php
apps/files_trashbin/tests/TrashbinTest.php
apps/files_versions/lib/BackgroundJob/ExpireVersions.php
apps/files_versions/lib/Command/ExpireVersions.php
apps/files_versions/lib/Storage.php
apps/files_versions/lib/Versions/LegacyVersionsBackend.php
apps/files_versions/tests/Command/CleanupTest.php
apps/files_versions/tests/VersioningTest.php
apps/oauth2/tests/Db/AccessTokenMapperTest.php
apps/oauth2/tests/Db/ClientMapperTest.php
apps/provisioning_api/lib/Controller/UsersController.php
apps/provisioning_api/tests/Controller/AppConfigControllerTest.php
apps/provisioning_api/tests/Controller/AppsControllerTest.php
apps/provisioning_api/tests/Controller/GroupsControllerTest.php
apps/provisioning_api/tests/Controller/UsersControllerTest.php
apps/settings/lib/Controller/AppSettingsController.php
apps/settings/lib/Controller/ChangePasswordController.php
apps/settings/lib/Controller/UsersController.php
apps/settings/lib/Settings/Admin/Mail.php
apps/settings/lib/Settings/Admin/Sharing.php
apps/settings/lib/SetupChecks/MemcacheConfigured.php
apps/settings/lib/UserMigration/AccountMigrator.php
apps/settings/tests/Controller/AdminSettingsControllerTest.php
apps/settings/tests/Mailer/NewUserMailHelperTest.php
apps/settings/tests/Middleware/SubadminMiddlewareTest.php
apps/settings/tests/Settings/Admin/MailTest.php
apps/settings/tests/SetupChecks/SupportedDatabaseTest.php
apps/sharebymail/lib/ShareByMailProvider.php
apps/sharebymail/tests/ShareByMailProviderTest.php
apps/systemtags/lib/AppInfo/Application.php
apps/systemtags/lib/Settings/Admin.php
apps/testing/lib/AlternativeHomeUserBackend.php
apps/theming/lib/Controller/ThemingController.php
apps/theming/lib/Controller/UserThemeController.php
apps/theming/lib/Listener/BeforeTemplateRenderedListener.php
apps/theming/lib/Migration/InitBackgroundImagesMigration.php
apps/theming/lib/Migration/Version2006Date20240905111627.php
apps/theming/lib/Service/BackgroundService.php
apps/theming/tests/Controller/ThemingControllerTest.php
apps/theming/tests/ImageManagerTest.php
apps/theming/tests/Themes/DyslexiaFontTest.php
apps/theming/tests/UtilTest.php
apps/twofactor_backupcodes/tests/Service/BackupCodeStorageTest.php
apps/updatenotification/lib/Controller/ChangelogController.php
apps/updatenotification/lib/Listener/BeforeTemplateRenderedEventListener.php
apps/updatenotification/lib/Migration/Version011901Date20240305120000.php
apps/updatenotification/lib/Notification/Notifier.php
apps/user_ldap/ajax/clearMappings.php
apps/user_ldap/ajax/deleteConfiguration.php
apps/user_ldap/ajax/getConfiguration.php
apps/user_ldap/ajax/getNewServerConfigPrefix.php
apps/user_ldap/ajax/setConfiguration.php
apps/user_ldap/ajax/testConfiguration.php
apps/user_ldap/ajax/wizard.php
apps/user_ldap/appinfo/routes.php
apps/user_ldap/lib/Access.php
apps/user_ldap/lib/AppInfo/Application.php
apps/user_ldap/lib/Configuration.php
apps/user_ldap/lib/FilesystemHelper.php
apps/user_ldap/lib/GroupPluginManager.php
apps/user_ldap/lib/Group_Proxy.php
apps/user_ldap/lib/Jobs/CleanUp.php
apps/user_ldap/lib/LDAP.php
apps/user_ldap/lib/Mapping/AbstractMapping.php
apps/user_ldap/lib/Notification/Notifier.php
apps/user_ldap/lib/User/Manager.php
apps/user_ldap/lib/User/OfflineUser.php
apps/user_ldap/lib/User/User.php
apps/user_ldap/lib/UserPluginManager.php
apps/user_ldap/lib/User_LDAP.php
apps/user_ldap/lib/User_Proxy.php
apps/user_ldap/lib/Wizard.php
apps/user_ldap/tests/AccessTest.php
apps/user_ldap/tests/ConnectionTest.php
apps/user_ldap/tests/Integration/AbstractIntegrationTest.php
apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
apps/user_ldap/tests/LDAPProviderTest.php
apps/user_ldap/tests/Mapping/AbstractMappingTest.php
apps/user_ldap/tests/Mapping/GroupMappingTest.php
apps/user_ldap/tests/Mapping/UserMappingTest.php
apps/user_ldap/tests/User/UserTest.php
apps/user_ldap/tests/User_LDAPTest.php
apps/user_status/lib/Listener/BeforeTemplateRenderedListener.php
apps/webhook_listeners/lib/BackgroundJobs/WebhookCall.php
apps/webhook_listeners/lib/Db/WebhookListener.php
apps/webhook_listeners/tests/Db/WebhookListenerMapperTest.php
apps/workflowengine/tests/Check/AbstractStringCheckTest.php
apps/workflowengine/tests/Check/RequestRemoteAddressTest.php
apps/workflowengine/tests/Check/RequestTimeTest.php
apps/workflowengine/tests/Check/RequestUserAgentTest.php