]> source.dussan.org Git - nextcloud-server.git/commit
Use the short array syntax, everywhere 20168/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 26 Mar 2020 08:30:18 +0000 (09:30 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 26 Mar 2020 15:34:56 +0000 (16:34 +0100)
commitb80ebc96748b45fd2e0ba9323308657c4b00b7ec
treeec20e0ffa2f86b9b54939a83a785407319f94559
parent62403d0932be7d620c7bdadc6b4e13eb496fcd6f
Use the short array syntax, everywhere

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
454 files changed:
apps/accessibility/lib/AccessibilityProvider.php
apps/accessibility/lib/Controller/ConfigController.php
apps/cloud_federation_api/lib/Controller/RequestHandlerController.php
apps/comments/lib/AppInfo/Application.php
apps/dav/appinfo/v1/caldav.php
apps/dav/appinfo/v1/carddav.php
apps/dav/appinfo/v1/publicwebdav.php
apps/dav/lib/CalDAV/CalDavBackend.php
apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
apps/dav/lib/CardDAV/CardDavBackend.php
apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php
apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
apps/dav/lib/Connector/Sabre/Directory.php
apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.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/MaintenancePlugin.php
apps/dav/lib/Connector/Sabre/Node.php
apps/dav/lib/Connector/Sabre/SharesPlugin.php
apps/dav/lib/Connector/Sabre/TagsPlugin.php
apps/dav/lib/Files/BrowserErrorPagePlugin.php
apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php
apps/dav/lib/SystemTag/SystemTagPlugin.php
apps/dav/tests/unit/CalDAV/CalDavBackendTest.php
apps/dav/tests/unit/CalDAV/CalendarTest.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/NodeTest.php
apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php
apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php
apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php
apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php
apps/dav/tests/unit/DAV/GroupPrincipalTest.php
apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php
apps/encryption/lib/AppInfo/Application.php
apps/encryption/lib/Crypto/EncryptAll.php
apps/encryption/lib/Crypto/Encryption.php
apps/encryption/lib/Recovery.php
apps/encryption/templates/altmail.php
apps/encryption/templates/mail.php
apps/encryption/tests/Crypto/CryptTest.php
apps/encryption/tests/Crypto/EncryptionTest.php
apps/encryption/tests/KeyManagerTest.php
apps/federatedfilesharing/lib/AddressHandler.php
apps/federatedfilesharing/lib/FederatedShareProvider.php
apps/federatedfilesharing/lib/Notifications.php
apps/federatedfilesharing/lib/ocm/CloudFederationProviderFiles.php
apps/federatedfilesharing/tests/AddressHandlerTest.php
apps/files/ajax/download.php
apps/files/ajax/list.php
apps/files/appinfo/app.php
apps/files/lib/AppInfo/Application.php
apps/files/lib/Command/Scan.php
apps/files/lib/Controller/ViewController.php
apps/files/lib/Helper.php
apps/files/lib/Service/TagService.php
apps/files/templates/appnavigation.php
apps/files/tests/HelperTest.php
apps/files/tests/Service/TagServiceTest.php
apps/files_external/ajax/applicable.php
apps/files_external/lib/Controller/AjaxController.php
apps/files_external/lib/Controller/ApiController.php
apps/files_external/lib/Controller/GlobalStoragesController.php
apps/files_external/lib/Controller/UserGlobalStoragesController.php
apps/files_external/lib/Controller/UserStoragesController.php
apps/files_external/lib/Lib/Storage/AmazonS3.php
apps/files_external/lib/Lib/Storage/FTP.php
apps/files_external/lib/Lib/Storage/SFTP.php
apps/files_external/lib/Lib/Storage/SMB.php
apps/files_external/lib/Lib/Storage/Swift.php
apps/files_external/lib/config.php
apps/files_external/tests/Controller/StoragesControllerTest.php
apps/files_external/tests/Controller/UserStoragesControllerTest.php
apps/files_external/tests/OwnCloudFunctionsTest.php
apps/files_external/tests/Service/StoragesServiceTest.php
apps/files_external/tests/Storage/FtpTest.php
apps/files_external/tests/Storage/SmbTest.php
apps/files_external/tests/config.php
apps/files_sharing/lib/Controller/ShareController.php
apps/files_sharing/lib/External/Manager.php
apps/files_sharing/lib/External/Storage.php
apps/files_sharing/lib/ShareBackend/File.php
apps/files_sharing/lib/ShareBackend/Folder.php
apps/files_sharing/lib/SharedStorage.php
apps/files_sharing/public.php
apps/files_sharing/templates/public.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/External/CacheTest.php
apps/files_sharing/tests/ExternalStorageTest.php
apps/files_sharing/tests/ShareTest.php
apps/files_sharing/tests/SharedMountTest.php
apps/files_sharing/tests/SharedStorageTest.php
apps/files_sharing/tests/WatcherTest.php
apps/files_trashbin/lib/Helper.php
apps/files_trashbin/lib/Trashbin.php
apps/files_trashbin/tests/Command/CleanUpTest.php
apps/files_trashbin/tests/StorageTest.php
apps/files_trashbin/tests/TrashbinTest.php
apps/files_versions/lib/Storage.php
apps/files_versions/tests/Command/CleanupTest.php
apps/files_versions/tests/VersioningTest.php
apps/provisioning_api/lib/AppInfo/Application.php
apps/provisioning_api/tests/Controller/AppsControllerTest.php
apps/provisioning_api/tests/Controller/GroupsControllerTest.php
apps/provisioning_api/tests/TestCase.php
apps/settings/lib/Controller/AdminSettingsController.php
apps/settings/lib/Controller/AppSettingsController.php
apps/settings/lib/Controller/PersonalSettingsController.php
apps/settings/lib/Controller/UsersController.php
apps/settings/lib/Middleware/SubadminMiddleware.php
apps/settings/lib/Settings/Personal/PersonalInfo.php
apps/settings/tests/Controller/CheckSetupControllerTest.php
apps/settings/tests/Middleware/SubadminMiddlewareTest.php
apps/sharebymail/lib/AppInfo/Application.php
apps/sharebymail/lib/ShareByMailProvider.php
apps/testing/lib/AppInfo/Application.php
apps/theming/appinfo/routes.php
apps/theming/lib/Util.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/lib/Access.php
apps/user_ldap/lib/Command/ShowConfig.php
apps/user_ldap/lib/Command/TestConfig.php
apps/user_ldap/lib/Configuration.php
apps/user_ldap/lib/Connection.php
apps/user_ldap/lib/GroupPluginManager.php
apps/user_ldap/lib/Group_LDAP.php
apps/user_ldap/lib/Group_Proxy.php
apps/user_ldap/lib/Helper.php
apps/user_ldap/lib/Jobs/Sync.php
apps/user_ldap/lib/Jobs/UpdateGroups.php
apps/user_ldap/lib/LDAP.php
apps/user_ldap/lib/Mapping/AbstractMapping.php
apps/user_ldap/lib/Proxy.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/lib/WizardResult.php
apps/user_ldap/templates/part.wizard-server.php
apps/user_ldap/tests/AccessTest.php
apps/user_ldap/tests/ConfigurationTest.php
apps/user_ldap/tests/ConnectionTest.php
apps/user_ldap/tests/Group_LDAPTest.php
apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
apps/user_ldap/tests/Jobs/CleanUpTest.php
apps/user_ldap/tests/LDAPProviderTest.php
apps/user_ldap/tests/LDAPTest.php
apps/user_ldap/tests/Mapping/AbstractMappingTest.php
apps/user_ldap/tests/User/UserTest.php
apps/user_ldap/tests/User_LDAPTest.php
apps/user_ldap/tests/WizardTest.php
build/integration/features/bootstrap/CommentsContext.php
build/integration/features/bootstrap/Provisioning.php
build/integration/features/bootstrap/TagsContext.php
config/config.sample.php
core/Command/App/Update.php
core/Command/Encryption/ListModules.php
core/Command/L10n/CreateJs.php
core/Command/Status.php
core/Command/Upgrade.php
core/Command/User/Report.php
core/Controller/LostController.php
core/Controller/OCSController.php
core/Controller/SetupController.php
core/Controller/UserController.php
core/ajax/update.php
core/templates/404.php
core/templates/installation.php
core/templates/update.admin.php
core/templates/update.user.php
cron.php
index.php
lib/autoloader.php
lib/base.php
lib/private/Activity/Manager.php
lib/private/AllConfig.php
lib/private/App/AppManager.php
lib/private/App/DependencyAnalyzer.php
lib/private/App/PlatformRepository.php
lib/private/AppFramework/DependencyInjection/DIContainer.php
lib/private/AppFramework/Http.php
lib/private/Archive/TAR.php
lib/private/Archive/ZIP.php
lib/private/Avatar/Avatar.php
lib/private/BackgroundJob/Legacy/QueuedJob.php
lib/private/Cache/File.php
lib/private/CapabilitiesManager.php
lib/private/Config.php
lib/private/ContactsManager.php
lib/private/DB/Connection.php
lib/private/DB/ConnectionFactory.php
lib/private/DB/MDB2SchemaReader.php
lib/private/DB/Migrator.php
lib/private/DB/OracleConnection.php
lib/private/DB/PgSqlTools.php
lib/private/DB/QueryBuilder/CompositeExpression.php
lib/private/DB/QueryBuilder/QueryBuilder.php
lib/private/DB/SQLiteMigrator.php
lib/private/DB/SQLiteSessionInit.php
lib/private/DateTimeFormatter.php
lib/private/Encryption/DecryptAll.php
lib/private/Encryption/File.php
lib/private/Encryption/Manager.php
lib/private/Encryption/Update.php
lib/private/Encryption/Util.php
lib/private/Files/Cache/HomeCache.php
lib/private/Files/Cache/Scanner.php
lib/private/Files/Cache/Storage.php
lib/private/Files/Cache/Updater.php
lib/private/Files/Cache/Watcher.php
lib/private/Files/Cache/Wrapper/CacheJail.php
lib/private/Files/Cache/Wrapper/CacheWrapper.php
lib/private/Files/Config/MountProviderCollection.php
lib/private/Files/Filesystem.php
lib/private/Files/Mount/MountPoint.php
lib/private/Files/Node/File.php
lib/private/Files/Node/Folder.php
lib/private/Files/Node/LazyRoot.php
lib/private/Files/Node/Node.php
lib/private/Files/Node/Root.php
lib/private/Files/ObjectStore/NoopScanner.php
lib/private/Files/ObjectStore/ObjectStoreStorage.php
lib/private/Files/ObjectStore/S3ConnectionTrait.php
lib/private/Files/Storage/Common.php
lib/private/Files/Storage/DAV.php
lib/private/Files/Storage/Local.php
lib/private/Files/Storage/Temporary.php
lib/private/Files/Storage/Wrapper/Encryption.php
lib/private/Files/Storage/Wrapper/Wrapper.php
lib/private/Files/Stream/Encryption.php
lib/private/Files/Stream/Quota.php
lib/private/Files/Type/Detection.php
lib/private/Files/Type/TemplateManager.php
lib/private/Files/Utils/Scanner.php
lib/private/Files/View.php
lib/private/Group/Backend.php
lib/private/Group/Group.php
lib/private/Group/Manager.php
lib/private/Group/MetaData.php
lib/private/Hooks/EmitterTrait.php
lib/private/Hooks/ForwardingEmitter.php
lib/private/Hooks/LegacyEmitter.php
lib/private/Hooks/PublicEmitter.php
lib/private/L10N/Factory.php
lib/private/LargeFileHelper.php
lib/private/Log/ErrorHandler.php
lib/private/Log/File.php
lib/private/Memcache/ArrayCache.php
lib/private/Memcache/Memcached.php
lib/private/NaturalSort.php
lib/private/NavigationManager.php
lib/private/OCS/Result.php
lib/private/Repair.php
lib/private/Repair/CleanTags.php
lib/private/Repair/Collation.php
lib/private/Repair/RepairMimeTypes.php
lib/private/Route/CachingRouter.php
lib/private/Route/Route.php
lib/private/Search.php
lib/private/Search/Provider/File.php
lib/private/Security/CertificateManager.php
lib/private/Server.php
lib/private/Setup.php
lib/private/Setup/AbstractDatabase.php
lib/private/Setup/OCI.php
lib/private/Setup/Sqlite.php
lib/private/Share/Constants.php
lib/private/Share/Helper.php
lib/private/Share/SearchResultSorter.php
lib/private/Share/Share.php
lib/private/Share20/DefaultShareProvider.php
lib/private/Share20/Manager.php
lib/private/SubAdmin.php
lib/private/TagManager.php
lib/private/Tagging/TagMapper.php
lib/private/Tags.php
lib/private/Template/Base.php
lib/private/Template/CSSResourceLocator.php
lib/private/Template/JSCombiner.php
lib/private/Template/JSConfigHelper.php
lib/private/Template/ResourceLocator.php
lib/private/TemplateLayout.php
lib/private/URLGenerator.php
lib/private/Updater.php
lib/private/User/Backend.php
lib/private/User/Manager.php
lib/private/User/Session.php
lib/private/User/User.php
lib/private/legacy/api.php
lib/private/legacy/app.php
lib/private/legacy/db.php
lib/private/legacy/db/statementwrapper.php
lib/private/legacy/files.php
lib/private/legacy/helper.php
lib/private/legacy/hook.php
lib/private/legacy/image.php
lib/private/legacy/json.php
lib/private/legacy/template.php
lib/private/legacy/template/functions.php
lib/private/legacy/user.php
lib/private/legacy/util.php
lib/public/AppFramework/Controller.php
lib/public/AppFramework/Db/Entity.php
lib/public/AppFramework/Http/DataResponse.php
lib/public/AppFramework/Http/JSONResponse.php
lib/public/AppFramework/Http/Response.php
lib/public/AppFramework/Http/Template/PublicTemplateResponse.php
lib/public/AppFramework/Http/TemplateResponse.php
lib/public/Contacts/IManager.php
lib/public/DB/QueryBuilder/ICompositeExpression.php
lib/public/DB/QueryBuilder/IQueryBuilder.php
lib/public/Files/LockNotAcquiredException.php
lib/public/IDBConnection.php
lib/public/ISearch.php
lib/public/ITagManager.php
lib/public/IURLGenerator.php
lib/public/Route/IRouter.php
lib/public/Search/Provider.php
lib/public/Template.php
lib/public/Util.php
public.php
remote.php
tests/Core/Controller/ClientFlowLoginControllerTest.php
tests/Core/Controller/LostControllerTest.php
tests/Core/Controller/OCSControllerTest.php
tests/acceptance/features/bootstrap/FileListContext.php
tests/acceptance/features/core/ActorContext.php
tests/acceptance/features/core/Locator.php
tests/acceptance/features/core/NextcloudTestServerContext.php
tests/apps.php
tests/docker/mysqlmb4.config.php
tests/lib/AllConfigTest.php
tests/lib/App/AppManagerTest.php
tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
tests/lib/App/DependencyAnalyzerTest.php
tests/lib/App/PlatformRepositoryTest.php
tests/lib/AppFramework/AppTest.php
tests/lib/AppFramework/Controller/ControllerTest.php
tests/lib/AppFramework/Db/EntityTest.php
tests/lib/AppFramework/Db/MapperTest.php
tests/lib/AppFramework/Db/MapperTestUtility.php
tests/lib/AppFramework/Http/DataResponseTest.php
tests/lib/AppFramework/Http/DispatcherTest.php
tests/lib/AppFramework/Http/HttpTest.php
tests/lib/AppFramework/Http/JSONResponseTest.php
tests/lib/AppFramework/Http/RequestStream.php
tests/lib/AppFramework/Http/RequestTest.php
tests/lib/AppFramework/Http/ResponseTest.php
tests/lib/AppFramework/Http/TemplateResponseTest.php
tests/lib/AppFramework/Routing/RoutingTest.php
tests/lib/AppFramework/Utility/ControllerMethodReflectorTest.php
tests/lib/AppTest.php
tests/lib/Archive/TestBase.php
tests/lib/BackgroundJob/DummyJobList.php
tests/lib/BackgroundJob/JobListTest.php
tests/lib/Cache/FileCacheTest.php
tests/lib/Collaboration/Collaborators/RemotePluginTest.php
tests/lib/ConfigTest.php
tests/lib/ContactsManagerTest.php
tests/lib/DB/LegacyDBTest.php
tests/lib/DB/MDB2SchemaManagerTest.php
tests/lib/DB/MDB2SchemaReaderTest.php
tests/lib/DB/MigratorTest.php
tests/lib/DateTimeFormatterTest.php
tests/lib/Encryption/Keys/StorageTest.php
tests/lib/Encryption/UpdateTest.php
tests/lib/Encryption/UtilTest.php
tests/lib/ErrorHandlerTest.php
tests/lib/Files/Cache/CacheTest.php
tests/lib/Files/Cache/HomeCacheTest.php
tests/lib/Files/Cache/MoveFromCacheTraitTest.php
tests/lib/Files/Cache/ScannerTest.php
tests/lib/Files/Cache/UpdaterLegacyTest.php
tests/lib/Files/Cache/UpdaterTest.php
tests/lib/Files/Cache/WatcherTest.php
tests/lib/Files/Cache/Wrapper/CacheJailTest.php
tests/lib/Files/Cache/Wrapper/CachePermissionsMaskTest.php
tests/lib/Files/EtagTest.php
tests/lib/Files/FilesystemTest.php
tests/lib/Files/Mount/ManagerTest.php
tests/lib/Files/Mount/MountTest.php
tests/lib/Files/Node/FileTest.php
tests/lib/Files/Node/FolderTest.php
tests/lib/Files/Node/IntegrationTest.php
tests/lib/Files/Node/NodeTest.php
tests/lib/Files/Node/RootTest.php
tests/lib/Files/ObjectStore/NoopScannerTest.php
tests/lib/Files/ObjectStore/S3Test.php
tests/lib/Files/Storage/HomeTest.php
tests/lib/Files/Storage/LocalTest.php
tests/lib/Files/Storage/Storage.php
tests/lib/Files/Storage/Wrapper/EncryptionTest.php
tests/lib/Files/Storage/Wrapper/JailTest.php
tests/lib/Files/Storage/Wrapper/PermissionsMaskTest.php
tests/lib/Files/Storage/Wrapper/QuotaTest.php
tests/lib/Files/Storage/Wrapper/WrapperTest.php
tests/lib/Files/Stream/EncryptionTest.php
tests/lib/Files/Utils/ScannerTest.php
tests/lib/Group/Backend.php
tests/lib/Group/DatabaseTest.php
tests/lib/Group/GroupTest.php
tests/lib/Group/ManagerTest.php
tests/lib/HelperStorageTest.php
tests/lib/HookHelper.php
tests/lib/Hooks/BasicEmitterTest.php
tests/lib/Hooks/ForwardingEmitterTest.php
tests/lib/Hooks/LegacyEmitterTest.php
tests/lib/ImageTest.php
tests/lib/IntegrityCheck/CheckerTest.php
tests/lib/L10N/L10nTest.php
tests/lib/LegacyHelperTest.php
tests/lib/LoggerTest.php
tests/lib/Mail/MessageTest.php
tests/lib/NaturalSortTest.php
tests/lib/Repair/RepairSqliteAutoincrementTest.php
tests/lib/RepairStepTest.php
tests/lib/Security/CertificateManagerTest.php
tests/lib/Security/CryptoTest.php
tests/lib/Security/SecureRandomTest.php
tests/lib/Share/Backend.php
tests/lib/Share/HelperTest.php
tests/lib/Share/SearchResultSorterTest.php
tests/lib/Share/ShareTest.php
tests/lib/TagsTest.php
tests/lib/TempManagerTest.php
tests/lib/Template/CSSResourceLocatorTest.php
tests/lib/Template/IconsCacherTest.php
tests/lib/Template/JSResourceLocatorTest.php
tests/lib/Template/ResourceLocatorTest.php
tests/lib/Template/SCSSCacherTest.php
tests/lib/TestCase.php
tests/lib/Traits/EncryptionTrait.php
tests/lib/User/ManagerTest.php
tests/lib/User/SessionTest.php
tests/lib/Util/Group/Dummy.php
tests/lib/Util/User/Dummy.php
tests/lib/UtilCheckServerTest.php
tests/lib/UtilTest.php
tests/preseed-config.php
version.php