]> source.dussan.org Git - nextcloud-server.git/commit
Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>
Fri, 27 Mar 2020 16:14:08 +0000 (17:14 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2020 16:14:08 +0000 (17:14 +0100)
commit463b388589134fd816f1ff3ee5ce9dc76c3e4035
treedbd2f8cb51cb74e1fa5a34291b8400926772d633
parentad63c1da1b1d4781da76239bc54762aa51481b92
parent74936c49eae91470ce2ec0cf1085d334011a4608
Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports

Remove unused imports
50 files changed:
apps/accessibility/lib/Controller/ConfigController.php
apps/dav/lib/Connector/Sabre/Node.php
apps/dav/tests/unit/CalDAV/CachedSubscriptionObjectTest.php
apps/dav/tests/unit/CalDAV/CalendarHomeTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php
apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php
apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php
apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php
apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php
apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php
apps/dav/tests/unit/Files/FileSearchBackendTest.php
apps/encryption/tests/RecoveryTest.php
apps/files/tests/HelperTest.php
apps/files_trashbin/tests/TrashbinTest.php
apps/files_versions/tests/VersioningTest.php
apps/settings/lib/Controller/UsersController.php
apps/settings/tests/Mailer/NewUserMailHelperTest.php
apps/theming/tests/Controller/ThemingControllerTest.php
core/Controller/SetupController.php
lib/private/App/DependencyAnalyzer.php
lib/private/DB/Connection.php
lib/private/Files/Filesystem.php
lib/private/Setup.php
lib/private/Share/Share.php
lib/private/Share20/DefaultShareProvider.php
lib/private/legacy/files.php
tests/Core/Controller/OCSControllerTest.php
tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php
tests/lib/AppFramework/Controller/ControllerTest.php
tests/lib/AppFramework/Middleware/MiddlewareDispatcherTest.php
tests/lib/AppFramework/Middleware/Security/SecurityMiddlewareTest.php
tests/lib/Authentication/TwoFactorAuth/ManagerTest.php
tests/lib/Authentication/TwoFactorAuth/ProviderLoaderTest.php
tests/lib/Contacts/ContactsMenu/ActionProviderStoreTest.php
tests/lib/Files/Cache/UpdaterLegacyTest.php
tests/lib/Files/Cache/UpdaterTest.php
tests/lib/Files/EtagTest.php
tests/lib/Files/Node/FolderTest.php
tests/lib/Files/Node/NodeTest.php
tests/lib/Files/Node/RootTest.php
tests/lib/Group/GroupTest.php
tests/lib/Mail/MailerTest.php
tests/lib/Preview/GeneratorTest.php
tests/lib/Security/CertificateManagerTest.php
tests/lib/Settings/ManagerTest.php
tests/lib/Share/ShareTest.php
tests/lib/SystemTag/SystemTagManagerTest.php
tests/lib/Template/IconsCacherTest.php
tests/lib/Template/JSCombinerTest.php
tests/lib/Template/SCSSCacherTest.php