From f12cecb68470ad970eed430b019a1baaac6bf28a Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 9 Feb 2026 10:53:58 +0100 Subject: [PATCH] feat(rector): Enable SafeDeclareStrictTypesRector Signed-off-by: provokateurin --- apps/admin_audit/lib/IAuditLogger.php | 2 ++ apps/comments/appinfo/routes.php | 2 ++ apps/comments/lib/Activity/Filter.php | 2 ++ apps/comments/lib/Activity/Setting.php | 2 ++ apps/comments/lib/AppInfo/Application.php | 2 ++ apps/dav/appinfo/routes.php | 2 ++ apps/dav/lib/CalDAV/Activity/Filter/Calendar.php | 2 ++ apps/dav/lib/CalDAV/Activity/Filter/Todo.php | 2 ++ apps/dav/lib/CalDAV/Activity/Setting/Calendar.php | 2 ++ apps/dav/lib/CalDAV/Activity/Setting/Event.php | 2 ++ apps/dav/lib/CalDAV/Activity/Setting/Todo.php | 2 ++ apps/dav/lib/CalDAV/Integration/ExternalCalendar.php | 2 ++ apps/dav/lib/CalDAV/Integration/ICalendarProvider.php | 2 ++ apps/dav/lib/CalDAV/Outbox.php | 2 ++ apps/dav/lib/CalDAV/Principal/User.php | 2 ++ apps/dav/lib/CalDAV/PublicCalendarObject.php | 2 ++ .../CalDAV/ResourceBooking/ResourcePrincipalBackend.php | 2 ++ .../lib/CalDAV/ResourceBooking/RoomPrincipalBackend.php | 2 ++ apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php | 2 ++ apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php | 2 ++ apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php | 2 ++ apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php | 2 ++ apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php | 2 ++ apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php | 2 ++ apps/dav/lib/Capabilities.php | 2 ++ apps/dav/lib/CardDAV/Activity/Filter.php | 2 ++ apps/dav/lib/Command/SendEventReminders.php | 2 ++ apps/dav/lib/Command/SyncSystemAddressBook.php | 2 ++ apps/dav/lib/Connector/Sabre/Exception/BadGateway.php | 2 ++ apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php | 2 ++ .../lib/Connector/Sabre/Exception/UnsupportedMediaType.php | 2 ++ apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/MtimeSanitizer.php | 3 ++- apps/dav/lib/DAV/Sharing/IShareable.php | 2 ++ apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php | 2 ++ apps/dav/lib/Migration/BuildCalendarSearchIndex.php | 2 ++ apps/dav/lib/Migration/BuildSocialSearchIndex.php | 2 ++ apps/dav/lib/Migration/RegenerateBirthdayCalendars.php | 2 ++ apps/dav/lib/Migration/Version1004Date20170926103422.php | 2 ++ apps/dav/lib/Provisioning/Apple/AppleProvisioningNode.php | 2 ++ .../dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php | 2 ++ apps/dav/lib/Settings/CalDAVSettings.php | 2 ++ apps/dav/lib/SystemTag/SystemTagObjectType.php | 2 ++ apps/encryption/lib/Command/DisableMasterKey.php | 2 ++ apps/encryption/lib/Command/EnableMasterKey.php | 2 ++ .../encryption/lib/Exceptions/MultiKeyDecryptException.php | 2 ++ .../encryption/lib/Exceptions/MultiKeyEncryptException.php | 2 ++ .../lib/Exceptions/PrivateKeyMissingException.php | 2 ++ .../lib/Exceptions/PublicKeyMissingException.php | 2 ++ apps/encryption/lib/Settings/Admin.php | 2 ++ apps/federatedfilesharing/appinfo/routes.php | 2 ++ apps/federatedfilesharing/lib/Settings/PersonalSection.php | 2 ++ apps/federatedfilesharing/lib/TokenHandler.php | 2 ++ apps/federation/appinfo/routes.php | 2 ++ apps/federation/lib/Command/SyncFederationAddressBooks.php | 2 ++ apps/federation/lib/Settings/Admin.php | 2 ++ apps/federation/lib/SyncJob.php | 2 ++ apps/files/lib/Activity/Filter/FileChanges.php | 2 ++ apps/files/lib/Activity/Settings/FavoriteAction.php | 2 ++ apps/files/lib/Activity/Settings/FileChanged.php | 2 ++ apps/files/lib/Activity/Settings/FileFavoriteChanged.php | 2 ++ apps/files/lib/Capabilities.php | 2 ++ apps/files/templates/index.php | 2 ++ apps/files_external/appinfo/routes.php | 3 ++- apps/files_external/lib/Command/Dependencies.php | 2 ++ apps/files_external/lib/Command/Export.php | 2 ++ apps/files_external/lib/Config/IConfigHandler.php | 2 ++ apps/files_external/lib/Config/UserPlaceholderHandler.php | 2 ++ apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php | 2 ++ apps/files_external/lib/Lib/Auth/AuthMechanism.php | 2 ++ apps/files_external/lib/Lib/Auth/Builtin.php | 2 ++ apps/files_external/lib/Lib/Auth/IUserProvided.php | 2 ++ apps/files_external/lib/Lib/Auth/NullMechanism.php | 2 ++ apps/files_external/lib/Lib/Auth/OpenStack/OpenStackV2.php | 2 ++ apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php | 2 ++ apps/files_external/lib/Lib/Auth/Password/Password.php | 2 ++ .../lib/Lib/Auth/Password/SessionCredentials.php | 2 ++ .../files_external/lib/Lib/Auth/SMB/KerberosApacheAuth.php | 3 ++- apps/files_external/lib/Lib/Auth/SMB/KerberosAuth.php | 2 ++ apps/files_external/lib/Lib/Backend/AmazonS3.php | 2 ++ apps/files_external/lib/Lib/Backend/DAV.php | 2 ++ apps/files_external/lib/Lib/Backend/FTP.php | 2 ++ apps/files_external/lib/Lib/Backend/Local.php | 2 ++ apps/files_external/lib/Lib/Backend/OwnCloud.php | 2 ++ apps/files_external/lib/Lib/Backend/SFTP.php | 2 ++ apps/files_external/lib/Lib/Backend/SFTP_Key.php | 2 ++ apps/files_external/lib/Lib/Backend/SMB_OC.php | 2 ++ apps/files_external/lib/Lib/Backend/Swift.php | 2 ++ .../lib/Lib/Config/IAuthMechanismProvider.php | 2 ++ apps/files_external/lib/Lib/Config/IBackendProvider.php | 2 ++ apps/files_external/lib/Lib/DefinitionParameter.php | 2 ++ apps/files_external/lib/Lib/DependencyTrait.php | 2 ++ apps/files_external/lib/Lib/IFrontendDefinition.php | 2 ++ apps/files_external/lib/Lib/IIdentifier.php | 2 ++ apps/files_external/lib/Lib/SessionStorageWrapper.php | 2 ++ apps/files_external/lib/Lib/StorageModifierTrait.php | 2 ++ apps/files_external/lib/NotFoundException.php | 2 ++ .../lib/Service/ImportLegacyStoragesService.php | 2 ++ apps/files_external/lib/Settings/Personal.php | 2 ++ apps/files_external/lib/Settings/PersonalSection.php | 2 ++ apps/files_external/lib/Settings/Section.php | 2 ++ apps/files_external/tests/config.php | 2 ++ apps/files_external/tests/sso-setup/apps.config.php | 2 ++ apps/files_sharing/appinfo/routes.php | 2 ++ apps/files_sharing/lib/Activity/Filter.php | 2 ++ apps/files_sharing/lib/Activity/Settings/PublicLinks.php | 2 ++ .../lib/Activity/Settings/PublicLinksUpload.php | 2 ++ apps/files_sharing/lib/Activity/Settings/RemoteShare.php | 2 ++ apps/files_sharing/lib/Activity/Settings/Shared.php | 2 ++ apps/files_sharing/lib/Exceptions/BrokenPath.php | 2 ++ apps/files_sharing/lib/Exceptions/S2SException.php | 2 ++ .../lib/Exceptions/SharingRightsException.php | 2 ++ apps/files_sharing/lib/External/Watcher.php | 2 ++ apps/files_sharing/lib/ISharedStorage.php | 2 ++ .../files_sharing/lib/Middleware/OCSShareAPIMiddleware.php | 2 ++ apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php | 2 ++ apps/files_trashbin/lib/Capabilities.php | 2 ++ apps/files_trashbin/lib/Events/MoveToTrashEvent.php | 2 ++ .../lib/Exceptions/CopyRecursiveException.php | 2 ++ apps/files_trashbin/lib/Trash/BackendNotFoundException.php | 2 ++ apps/files_trashbin/lib/Trash/ITrashBackend.php | 2 ++ apps/files_trashbin/lib/Trash/ITrashItem.php | 2 ++ apps/files_trashbin/lib/Trash/ITrashManager.php | 2 ++ apps/files_versions/appinfo/routes.php | 2 ++ apps/files_versions/lib/Capabilities.php | 2 ++ .../lib/Versions/BackendNotFoundException.php | 2 ++ apps/oauth2/appinfo/routes.php | 2 ++ apps/oauth2/lib/Db/AccessToken.php | 2 ++ apps/oauth2/lib/Db/Client.php | 2 ++ apps/provisioning_api/appinfo/routes.php | 2 ++ .../lib/Middleware/Exceptions/NotSubAdminException.php | 2 ++ apps/settings/lib/Activity/GroupSetting.php | 2 ++ apps/settings/lib/Activity/SecurityFilter.php | 2 ++ apps/settings/lib/Activity/SecuritySetting.php | 2 ++ apps/settings/lib/Activity/Setting.php | 2 ++ apps/settings/lib/Listener/GroupRemovedListener.php | 2 ++ apps/settings/lib/Sections/Admin/Delegation.php | 3 ++- apps/settings/lib/Service/ConflictException.php | 2 ++ apps/settings/lib/Service/NotFoundException.php | 2 ++ apps/settings/lib/Service/ServiceException.php | 2 ++ apps/settings/lib/Settings/Admin/Overview.php | 2 ++ apps/settings/lib/Settings/Personal/Additional.php | 2 ++ apps/settings/templates/settings/empty.php | 3 ++- apps/sharebymail/lib/Settings/Admin.php | 2 ++ apps/systemtags/appinfo/routes.php | 2 ++ apps/systemtags/lib/Activity/Setting.php | 2 ++ apps/systemtags/lib/Settings/Admin.php | 2 ++ apps/testing/appinfo/routes.php | 2 ++ apps/testing/clean_apcu_cache.php | 2 ++ apps/testing/clean_opcode_cache.php | 2 ++ apps/testing/lib/Provider/FakeTextProcessingProvider.php | 3 ++- .../lib/Provider/FakeTextProcessingProviderSync.php | 3 ++- apps/testing/lib/Provider/FakeTranslationProvider.php | 3 ++- apps/theming/appinfo/routes.php | 2 ++ apps/theming/lib/AppInfo/Application.php | 2 ++ apps/theming/lib/Command/UpdateConfig.php | 2 ++ apps/theming/lib/Settings/Admin.php | 2 ++ apps/theming/lib/Settings/AdminSection.php | 2 ++ apps/theming/lib/Settings/PersonalSection.php | 2 ++ apps/updatenotification/templates/empty.php | 2 ++ apps/user_ldap/lib/BackendUtility.php | 2 ++ apps/user_ldap/lib/Exceptions/AttributeNotSet.php | 2 ++ .../lib/Exceptions/ConstraintViolationException.php | 2 ++ apps/user_ldap/lib/Exceptions/NotOnLDAP.php | 2 ++ apps/user_ldap/lib/IGroupLDAP.php | 2 ++ apps/user_ldap/lib/ILDAPGroupPlugin.php | 2 ++ apps/user_ldap/lib/ILDAPUserPlugin.php | 2 ++ apps/user_ldap/lib/ILDAPWrapper.php | 2 ++ apps/user_ldap/lib/IUserLDAP.php | 2 ++ apps/user_ldap/lib/LDAPUtility.php | 2 ++ apps/user_ldap/lib/Mapping/GroupMapping.php | 2 ++ apps/user_ldap/lib/Migration/UUIDFixGroup.php | 2 ++ apps/user_ldap/lib/Migration/UUIDFixUser.php | 2 ++ apps/user_ldap/lib/Service/BirthdateParserService.php | 3 ++- apps/user_ldap/lib/Settings/Section.php | 2 ++ apps/user_ldap/tests/Integration/Bootstrap.php | 2 ++ apps/workflowengine/appinfo/routes.php | 2 ++ apps/workflowengine/lib/Settings/Section.php | 2 ++ build/rector.php | 7 ++++++- core/Command/Encryption/Disable.php | 2 ++ core/Command/Encryption/Enable.php | 2 ++ core/Command/Encryption/EncryptAll.php | 2 ++ core/Command/Encryption/ShowKeyStorageRoot.php | 2 ++ core/Command/Encryption/Status.php | 2 ++ core/Command/Integrity/CheckCore.php | 2 ++ core/Command/InterruptedException.php | 2 ++ core/Command/Maintenance/Mode.php | 2 ++ core/Command/Maintenance/UpdateHtaccess.php | 2 ++ core/Command/Maintenance/UpdateTheme.php | 2 ++ core/Command/Status.php | 2 ++ core/Migrations/Version13000Date20170926101637.php | 2 ++ core/templates/print_exception.php | 2 ++ core/templates/print_xml_exception.php | 2 ++ lib/private/App/AppStore/Bundles/EducationBundle.php | 2 ++ lib/private/App/AppStore/Bundles/EnterpriseBundle.php | 2 ++ lib/private/App/AppStore/Bundles/GroupwareBundle.php | 2 ++ lib/private/App/AppStore/Bundles/PublicSectorBundle.php | 2 ++ lib/private/App/AppStore/Bundles/SocialSharingBundle.php | 2 ++ lib/private/App/AppStore/Fetcher/CategoryFetcher.php | 2 ++ lib/private/App/AppStore/Version/Version.php | 2 ++ lib/private/AppFramework/Http.php | 2 ++ .../PublicShare/Exceptions/NeedAuthenticationException.php | 2 ++ .../Security/Exceptions/AppNotEnabledException.php | 2 ++ .../Exceptions/CrossSiteRequestForgeryException.php | 2 ++ .../Security/Exceptions/ExAppRequiredException.php | 2 ++ .../Exceptions/LaxSameSiteCookieFailedException.php | 2 ++ .../Security/Exceptions/NotConfirmedException.php | 2 ++ .../Security/Exceptions/NotLoggedInException.php | 2 ++ lib/private/AppFramework/OCS/V1Response.php | 2 ++ lib/private/AppFramework/OCS/V2Response.php | 2 ++ lib/private/Archive/Archive.php | 2 ++ .../Authentication/Exceptions/LoginRequiredException.php | 2 ++ .../Exceptions/PasswordLoginForbiddenException.php | 2 ++ .../Exceptions/PasswordlessTokenException.php | 2 ++ .../Exceptions/TwoFactorAuthRequiredException.php | 2 ++ .../Exceptions/UserAlreadyLoggedInException.php | 2 ++ .../Authentication/LoginCredentials/Credentials.php | 2 ++ lib/private/Authentication/Token/TokenCleanupJob.php | 2 ++ .../Collaboration/Collaborators/MailByMailPlugin.php | 2 ++ .../Collaboration/Collaborators/UserByMailPlugin.php | 2 ++ lib/private/Color.php | 2 ++ lib/private/Comments/ManagerFactory.php | 2 ++ lib/private/Contacts/ContactsMenu/Actions/LinkAction.php | 2 ++ lib/private/DB/OCSqlitePlatform.php | 2 ++ lib/private/DB/QueryBuilder/CompositeExpression.php | 3 ++- lib/private/DB/QueryBuilder/Literal.php | 2 ++ lib/private/DB/QueryBuilder/Parameter.php | 2 ++ lib/private/DB/QueryBuilder/QueryFunction.php | 2 ++ lib/private/DB/SQLiteMigrator.php | 2 ++ lib/private/DatabaseException.php | 2 ++ lib/private/DatabaseSetupException.php | 2 ++ .../Encryption/Exceptions/DecryptionFailedException.php | 2 ++ .../Encryption/Exceptions/EmptyEncryptionDataException.php | 2 ++ .../Encryption/Exceptions/EncryptionFailedException.php | 2 ++ .../Exceptions/EncryptionHeaderKeyExistsException.php | 2 ++ .../Exceptions/EncryptionHeaderToLargeException.php | 2 ++ .../Encryption/Exceptions/ModuleAlreadyExistsException.php | 2 ++ .../Encryption/Exceptions/ModuleDoesNotExistsException.php | 2 ++ .../Encryption/Exceptions/UnknownCipherException.php | 2 ++ lib/private/Federation/CloudFederationNotification.php | 2 ++ lib/private/Files/Cache/CacheDependencies.php | 2 ++ lib/private/Files/Cache/FailedCache.php | 2 ++ lib/private/Files/Cache/Wrapper/CachePermissionsMask.php | 2 ++ lib/private/Files/Config/CachedMountFileInfo.php | 2 ++ lib/private/Files/Config/UserMountCacheListener.php | 2 ++ lib/private/Files/Mount/CacheMountProvider.php | 2 ++ lib/private/Files/Mount/LocalHomeMountProvider.php | 2 ++ lib/private/Files/Mount/MoveableMount.php | 2 ++ lib/private/Files/Notify/Change.php | 2 ++ lib/private/Files/Search/SearchBinaryOperator.php | 2 ++ lib/private/Files/Search/SearchOrder.php | 2 ++ lib/private/Files/Search/SearchQuery.php | 2 ++ lib/private/Files/Storage/CommonTest.php | 2 ++ lib/private/Files/Storage/Storage.php | 3 ++- lib/private/ForbiddenException.php | 2 ++ lib/private/GlobalScale/Config.php | 2 ++ lib/private/Hooks/BasicEmitter.php | 2 ++ lib/private/Hooks/Emitter.php | 2 ++ .../Exceptions/InvalidSignatureException.php | 2 ++ lib/private/L10N/LanguageNotFoundException.php | 2 ++ lib/private/Lockdown/Filesystem/NullCache.php | 2 ++ lib/private/Memcache/NullCache.php | 2 ++ lib/private/Migration/NullOutput.php | 2 ++ lib/private/NeedsUpdateException.php | 2 ++ lib/private/NotSquareException.php | 2 ++ lib/private/OCS/CoreCapabilities.php | 2 ++ lib/private/Preview/BMP.php | 2 ++ lib/private/Preview/Font.php | 2 ++ lib/private/Preview/GIF.php | 2 ++ lib/private/Preview/Illustrator.php | 2 ++ lib/private/Preview/ImaginaryPDF.php | 3 ++- lib/private/Preview/JPEG.php | 2 ++ lib/private/Preview/Krita.php | 2 ++ lib/private/Preview/MSOffice2003.php | 2 ++ lib/private/Preview/MSOffice2007.php | 2 ++ lib/private/Preview/MSOfficeDoc.php | 2 ++ lib/private/Preview/OpenDocument.php | 2 ++ lib/private/Preview/PDF.php | 2 ++ lib/private/Preview/PNG.php | 2 ++ lib/private/Preview/Photoshop.php | 2 ++ lib/private/Preview/Postscript.php | 2 ++ lib/private/Preview/SGI.php | 2 ++ lib/private/Preview/StarOffice.php | 2 ++ lib/private/Preview/TGA.php | 2 ++ lib/private/Preview/TIFF.php | 2 ++ lib/private/Preview/XBitmap.php | 2 ++ lib/private/PreviewNotAvailableException.php | 2 ++ lib/private/Remote/Api/ApiCollection.php | 2 ++ lib/private/Remote/Api/ApiFactory.php | 2 ++ lib/private/Remote/Api/NotFoundException.php | 2 ++ lib/private/Remote/Credentials.php | 2 ++ lib/private/Remote/User.php | 2 ++ lib/private/Repair/AddCleanupUpdaterBackupsJob.php | 2 ++ lib/private/Repair/AddMetadataGenerationJob.php | 2 ++ lib/private/Repair/AddMovePreviewJob.php | 2 ++ lib/private/Repair/ClearFrontendCaches.php | 2 ++ lib/private/Repair/ClearGeneratedAvatarCache.php | 2 ++ lib/private/Repair/ClearGeneratedAvatarCacheJob.php | 2 ++ lib/private/Repair/Collation.php | 2 ++ lib/private/Repair/MoveUpdaterStepFile.php | 2 ++ lib/private/Repair/NC13/AddLogRotateJob.php | 2 ++ lib/private/Repair/NC21/AddCheckForUserCertificatesJob.php | 2 ++ lib/private/Repair/Owncloud/DropAccountTermsTable.php | 2 ++ lib/private/Repair/Owncloud/MoveAvatars.php | 2 ++ lib/private/RepairException.php | 2 ++ lib/private/ServerNotAvailableException.php | 2 ++ lib/private/ServiceUnavailableException.php | 2 ++ lib/private/Settings/AuthorizedGroup.php | 2 ++ lib/private/Settings/Section.php | 2 ++ lib/private/Share/Constants.php | 2 ++ lib/private/Share20/Exception/BackendError.php | 2 ++ lib/private/Share20/Exception/InvalidShare.php | 2 ++ lib/private/Share20/Exception/ProviderException.php | 2 ++ lib/private/StreamImage.php | 2 ++ lib/private/TaskProcessing/RemoveOldTasksBackgroundJob.php | 2 ++ lib/private/User/DisabledUserException.php | 2 ++ lib/private/User/LoginException.php | 2 ++ lib/private/User/NoUserException.php | 2 ++ ocs/v2.php | 2 ++ tests/databases-all-config.php | 3 ++- tests/lib/Comments/FakeManager.php | 2 ++ tests/lib/Files/Cache/MoveFromCacheTraitTest.php | 3 ++- tests/lib/Files/ObjectStore/LocalTest.php | 3 ++- .../ObjectStore/ObjectStoreStoragesDifferentBucketTest.php | 3 ++- .../ObjectStore/ObjectStoreStoragesSameBucketTest.php | 3 ++- tests/lib/Files/Storage/CopyDirectoryTest.php | 3 ++- tests/lib/Files/Stream/DummyEncryptionWrapper.php | 3 ++- tests/lib/HookHelper.php | 3 ++- tests/lib/Memcache/ArrayCacheTest.php | 3 ++- tests/lib/Memcache/CasTraitTestClass.php | 3 ++- tests/lib/User/AvatarUserDummy.php | 3 ++- tests/preseed-config.php | 2 ++ tests/redis-cluster.config.php | 2 ++ tests/redis.config.php | 2 ++ version.php | 2 ++ 335 files changed, 674 insertions(+), 24 deletions(-) diff --git a/apps/admin_audit/lib/IAuditLogger.php b/apps/admin_audit/lib/IAuditLogger.php index f17afa6852e5b..635c063753fdc 100644 --- a/apps/admin_audit/lib/IAuditLogger.php +++ b/apps/admin_audit/lib/IAuditLogger.php @@ -1,5 +1,7 @@ [ 'global_storages' => ['url' => '/globalstorages'], diff --git a/apps/files_external/lib/Command/Dependencies.php b/apps/files_external/lib/Command/Dependencies.php index d2db8a8c9af08..01e60abe5052a 100644 --- a/apps/files_external/lib/Command/Dependencies.php +++ b/apps/files_external/lib/Command/Dependencies.php @@ -1,5 +1,7 @@ withTypeCoverageLevel(0); + ->withTypeCoverageLevel(0) + ->withRules([ + SafeDeclareStrictTypesRector::class + ]); diff --git a/core/Command/Encryption/Disable.php b/core/Command/Encryption/Disable.php index 91d4ac82d2328..d6b92a9f236c6 100644 --- a/core/Command/Encryption/Disable.php +++ b/core/Command/Encryption/Disable.php @@ -1,5 +1,7 @@ [ 'sqlite', diff --git a/tests/lib/Comments/FakeManager.php b/tests/lib/Comments/FakeManager.php index 518e4801d0b93..eadaee13054d3 100644 --- a/tests/lib/Comments/FakeManager.php +++ b/tests/lib/Comments/FakeManager.php @@ -1,5 +1,7 @@