Created
November 26, 2024 11:01
-
-
Save garvinhicking/e7da1792da7a50174d9d4463c8cb1209 to your computer and use it in GitHub Desktop.
PHPStan 2 -> TYPO3 v14 main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
# Moves away baseline, outputs all errors to "phpstan.json", move back baseline | |
t3-stan='mv Build/phpstan/phpstan-baseline.neon Build/phpstan/phpstan-baseline.neon.bak && touch Build/phpstan/phpstan-baseline.neon \ | |
&& ./bin/phpstan analyse -c Build/phpstan/phpstan.local.neon --error-format=json --verbose --memory-limit 4G > phpstan.json \ | |
&& mv Build/phpstan/phpstan-baseline.neon.bak Build/phpstan/phpstan-baseline.neon' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array | |
( | |
[files] => Array | |
( | |
[typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php] => 45 | |
[typo3/sysext/core/Classes/DataHandling/DataHandler.php] => 22 | |
[typo3/sysext/core/Classes/Domain/Repository/PageRepository.php] => 16 | |
[typo3/sysext/backend/Classes/Controller/EditDocumentController.php] => 12 | |
[typo3/sysext/backend/Classes/Utility/BackendUtility.php] => 12 | |
[typo3/sysext/core/Tests/Functional/Database/Query/QueryBuilder/CommonTableExpression/SimpleSelectCommonTableExpressionTest.php] => 12 | |
[typo3/sysext/core/Classes/Resource/ResourceStorage.php] => 11 | |
[typo3/sysext/core/Classes/Utility/RootlineUtility.php] => 11 | |
[typo3/sysext/extbase/Classes/Persistence/Generic/Qom/QueryObjectModelFactory.php] => 11 | |
[typo3/sysext/extbase/Tests/Functional/Validation/ValidatorResolverTest.php] => 11 | |
[typo3/sysext/extbase/Tests/Unit/Error/ResultTest.php] => 10 | |
[typo3/sysext/extbase/Tests/Unit/Utility/ExtensionUtilityTest.php] => 10 | |
[typo3/sysext/frontend/Classes/Imaging/GifBuilder.php] => 10 | |
[typo3/sysext/core/Tests/Functional/Domain/Repository/PageRepositoryTest.php] => 9 | |
[typo3/sysext/extbase/Tests/Unit/Persistence/RepositoryTest.php] => 9 | |
[typo3/sysext/core/Classes/Mail/Rfc822AddressesParser.php] => 8 | |
[typo3/sysext/core/Tests/Functional/Cache/Backend/RedisBackendTest.php] => 8 | |
[typo3/sysext/extbase/Tests/Unit/Mvc/Controller/MvcPropertyMappingConfigurationServiceTest.php] => 8 | |
[typo3/sysext/core/Classes/Utility/File/ExtendedFileUtility.php] => 7 | |
[typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php] => 7 | |
[typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapper.php] => 7 | |
[typo3/sysext/extbase/Classes/Persistence/Generic/Query.php] => 7 | |
[typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ObjectConverterTest.php] => 7 | |
[typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php] => 7 | |
[typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php] => 7 | |
[typo3/sysext/core/Classes/Cache/Backend/RedisBackend.php] => 6 | |
[typo3/sysext/core/Tests/Unit/Pagination/SimplePaginationTest.php] => 6 | |
[typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Typo3QuerySettingsTest.php] => 6 | |
[typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php] => 6 | |
[typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php] => 6 | |
[typo3/sysext/backend/Classes/RecordList/DatabaseRecordList.php] => 5 | |
[typo3/sysext/core/Classes/Database/Schema/DefaultTcaSchema.php] => 5 | |
[typo3/sysext/core/Classes/Resource/ResourceFactory.php] => 5 | |
[typo3/sysext/core/Classes/Utility/GeneralUtility.php] => 5 | |
[typo3/sysext/core/Tests/Functional/Database/Query/QueryBuilder/CommonTableExpression/SimpleTreeTraversalTest.php] => 5 | |
[typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php] => 5 | |
[typo3/sysext/extbase/Classes/Mvc/Controller/MvcPropertyMappingConfigurationService.php] => 5 | |
[typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbQueryParser.php] => 5 | |
[typo3/sysext/extbase/Classes/Reflection/ObjectAccess.php] => 5 | |
[typo3/sysext/extbase/Tests/Unit/Persistence/Generic/QueryResultTest.php] => 5 | |
[typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php] => 5 | |
[typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php] => 5 | |
[typo3/sysext/workspaces/Tests/Functional/Service/WorkspaceServiceTest.php] => 5 | |
[typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php] => 4 | |
[typo3/sysext/backend/Classes/Security/CategoryPermissionsAspect.php] => 4 | |
[typo3/sysext/core/Classes/Database/Query/Expression/ExpressionBuilder.php] => 4 | |
[typo3/sysext/core/Classes/Hooks/TcaItemsProcessorFunctions.php] => 4 | |
[typo3/sysext/core/Classes/Package/PackageManager.php] => 4 | |
[typo3/sysext/core/Classes/Resource/FileReference.php] => 4 | |
[typo3/sysext/core/Classes/Resource/Folder.php] => 4 | |
[typo3/sysext/core/Classes/Routing/PageRouter.php] => 4 | |
[typo3/sysext/core/Classes/TypoScript/AST/Visitor/AstConstantCommentVisitor.php] => 4 | |
[typo3/sysext/core/Tests/Functional/Database/Query/QueryBuilder/CommonTableExpression/SimpleRootLineTraversalTest.php] => 4 | |
[typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php] => 4 | |
[typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ArgumentTest.php] => 4 | |
[typo3/sysext/extbase/Tests/Unit/Persistence/Generic/QueryTest.php] => 4 | |
[typo3/sysext/extbase/Tests/Unit/Property/PropertyMappingConfigurationBuilderTest.php] => 4 | |
[typo3/sysext/extbase/Tests/Unit/Reflection/ObjectAccessTest.php] => 4 | |
[typo3/sysext/filelist/Classes/Controller/FileListController.php] => 4 | |
[typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php] => 4 | |
[typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php] => 4 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/ExceptionExpectation.php] => 4 | |
[typo3/sysext/impexp/Tests/Functional/ImportTest.php] => 4 | |
[typo3/sysext/install/Classes/Service/SetupDatabaseService.php] => 4 | |
[typo3/sysext/styleguide/Classes/TcaDataGenerator/RecordFinder.php] => 4 | |
[typo3/sysext/backend/Classes/Form/Element/LinkElement.php] => 3 | |
[typo3/sysext/backend/Classes/Form/InlineStackProcessor.php] => 3 | |
[typo3/sysext/backend/Classes/Template/Components/MetaInformation.php] => 3 | |
[typo3/sysext/backend/Classes/Tree/FileStorageTreeProvider.php] => 3 | |
[typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php] => 3 | |
[typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php] => 3 | |
[typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php] => 3 | |
[typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php] => 3 | |
[typo3/sysext/core/Classes/Database/Query/QueryBuilder.php] => 3 | |
[typo3/sysext/core/Classes/Database/Schema/ConnectionMigrator.php] => 3 | |
[typo3/sysext/core/Classes/Http/Message.php] => 3 | |
[typo3/sysext/core/Classes/Routing/RouteSorter.php] => 3 | |
[typo3/sysext/core/Classes/Tree/TableConfiguration/TreeDataProviderFactory.php] => 3 | |
[typo3/sysext/core/Classes/TypoScript/IncludeTree/Visitor/IncludeTreeConditionMatcherVisitor.php] => 3 | |
[typo3/sysext/core/Tests/Functional/Resource/StorageRepositoryTest.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Database/Mocks/MockPlatform/MockMariaDBPlatform.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Database/Mocks/MockPlatform/MockMySQLPlatform.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Database/Mocks/MockPlatform/MockPostgreSQLPlatform.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Database/Mocks/MockPlatform/MockSQLitePlatform.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Database/Schema/Parser/TableBuilderTest.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Http/ServerRequestFactoryTest.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Http/StreamTest.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Http/UploadedFileFactoryTest.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Localization/LocalesTest.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Mail/TransportFactoryTest.php] => 3 | |
[typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php] => 3 | |
[typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php] => 3 | |
[typo3/sysext/extbase/Classes/Mvc/Controller/MvcPropertyMappingConfiguration.php] => 3 | |
[typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php] => 3 | |
[typo3/sysext/extbase/Tests/Functional/Persistence/LazyObjectStorageTest.php] => 3 | |
[typo3/sysext/extbase/Tests/Functional/Property/PropertyMapperTest.php] => 3 | |
[typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ArgumentsTest.php] => 3 | |
[typo3/sysext/extensionmanager/Classes/Domain/Model/DownloadQueue.php] => 3 | |
[typo3/sysext/filelist/Classes/Dto/ResourceCollection.php] => 3 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/TestSet.php] => 3 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/SiteRequestTest.php] => 3 | |
[typo3/sysext/install/Classes/Service/LanguagePackService.php] => 3 | |
[typo3/sysext/recycler/Classes/Task/CleanerFieldProvider.php] => 3 | |
[typo3/sysext/redirects/Classes/Service/RedirectService.php] => 3 | |
[typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php] => 3 | |
[typo3/sysext/workspaces/Classes/Service/StagesService.php] => 3 | |
[typo3/sysext/backend/Classes/Backend/Shortcut/ShortcutRepository.php] => 2 | |
[typo3/sysext/backend/Classes/Backend/ToolbarItems/SystemInformationToolbarItem.php] => 2 | |
[typo3/sysext/backend/Classes/Form/Element/SelectSingleElement.php] => 2 | |
[typo3/sysext/backend/Classes/Form/FormDataProvider/AbstractItemProvider.php] => 2 | |
[typo3/sysext/backend/Classes/Form/Wizard/SuggestWizardDefaultReceiver.php] => 2 | |
[typo3/sysext/backend/Classes/LinkHandler/PageLinkHandler.php] => 2 | |
[typo3/sysext/backend/Classes/Tree/Renderer/UnorderedListTreeRenderer.php] => 2 | |
[typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php] => 2 | |
[typo3/sysext/core/Classes/Cache/Backend/AbstractBackend.php] => 2 | |
[typo3/sysext/core/Classes/Cache/Backend/ApcuBackend.php] => 2 | |
[typo3/sysext/core/Classes/Cache/Backend/TransientMemoryBackend.php] => 2 | |
[typo3/sysext/core/Classes/Composer/PackageArtifactBuilder.php] => 2 | |
[typo3/sysext/core/Classes/Configuration/Processor/Placeholder/EnvVariableProcessor.php] => 2 | |
[typo3/sysext/core/Classes/Core/BootService.php] => 2 | |
[typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php] => 2 | |
[typo3/sysext/core/Classes/DataHandling/SoftReference/TypolinkSoftReferenceParser.php] => 2 | |
[typo3/sysext/core/Classes/Database/Platform/Traits/GetColumnDeclarationSQLCommentTypeAwareTrait.php (in context of class TYPO3\CMS\Core\Database\Platform\MariaDB1010Platform)] => 2 | |
[typo3/sysext/core/Classes/Database/Platform/Traits/GetColumnDeclarationSQLCommentTypeAwareTrait.php (in context of class TYPO3\CMS\Core\Database\Platform\MariaDB1052Platform)] => 2 | |
[typo3/sysext/core/Classes/Database/Platform/Traits/GetColumnDeclarationSQLCommentTypeAwareTrait.php (in context of class TYPO3\CMS\Core\Database\Platform\MariaDB1060Platform)] => 2 | |
[typo3/sysext/core/Classes/Database/Platform/Traits/GetColumnDeclarationSQLCommentTypeAwareTrait.php (in context of class TYPO3\CMS\Core\Database\Platform\MariaDBPlatform)] => 2 | |
[typo3/sysext/core/Classes/Database/Platform/Traits/GetColumnDeclarationSQLCommentTypeAwareTrait.php (in context of class TYPO3\CMS\Core\Database\Platform\MySQL80Platform)] => 2 | |
[typo3/sysext/core/Classes/Database/Platform/Traits/GetColumnDeclarationSQLCommentTypeAwareTrait.php (in context of class TYPO3\CMS\Core\Database\Platform\MySQL84Platform)] => 2 | |
[typo3/sysext/core/Classes/Database/Platform/Traits/GetColumnDeclarationSQLCommentTypeAwareTrait.php (in context of class TYPO3\CMS\Core\Database\Platform\MySQLPlatform)] => 2 | |
[typo3/sysext/core/Classes/Database/Platform/Traits/GetColumnDeclarationSQLCommentTypeAwareTrait.php (in context of class TYPO3\CMS\Core\Database\Platform\PostgreSQLPlatform)] => 2 | |
[typo3/sysext/core/Classes/Database/Platform/Traits/GetColumnDeclarationSQLCommentTypeAwareTrait.php (in context of class TYPO3\CMS\Core\Database\Platform\SQLitePlatform)] => 2 | |
[typo3/sysext/core/Classes/Database/Schema/SchemaMigrator.php] => 2 | |
[typo3/sysext/core/Classes/DependencyInjection/ServiceProviderRegistry.php] => 2 | |
[typo3/sysext/core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php] => 2 | |
[typo3/sysext/core/Classes/EventDispatcher/ListenerProvider.php] => 2 | |
[typo3/sysext/core/Classes/Http/Response.php] => 2 | |
[typo3/sysext/core/Classes/Imaging/IconFactory.php] => 2 | |
[typo3/sysext/core/Classes/Imaging/ImageManipulation/CropVariant.php] => 2 | |
[typo3/sysext/core/Classes/Log/Writer/SyslogWriter.php] => 2 | |
[typo3/sysext/core/Classes/Mail/TransportFactory.php] => 2 | |
[typo3/sysext/core/Classes/Resource/FileCollectionRepository.php] => 2 | |
[typo3/sysext/core/Classes/Resource/StorageRepository.php] => 2 | |
[typo3/sysext/core/Classes/Routing/Enhancer/VariableProcessor.php] => 2 | |
[typo3/sysext/core/Classes/Security/ContentSecurityPolicy/HashValue.php] => 2 | |
[typo3/sysext/core/Classes/Service/MarkerBasedTemplateService.php] => 2 | |
[typo3/sysext/core/Classes/Session/UserSessionManager.php] => 2 | |
[typo3/sysext/core/Classes/Site/SiteFinder.php] => 2 | |
[typo3/sysext/core/Classes/Slug/SlugNormalizer.php] => 2 | |
[typo3/sysext/core/Classes/Utility/ArrayUtility.php] => 2 | |
[typo3/sysext/core/Tests/Functional/Cache/Backend/FileBackendTest.php] => 2 | |
[typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php] => 2 | |
[typo3/sysext/core/Tests/Functional/DataHandling/RecordFieldTransformerTest.php] => 2 | |
[typo3/sysext/core/Tests/Functional/Database/Query/Expression/ExpressionBuilderTest.php] => 2 | |
[typo3/sysext/core/Tests/Functional/Database/Query/QueryBuilder/PositionPlaceholderPreparedStatementTest.php] => 2 | |
[typo3/sysext/core/Tests/Functional/Log/LoggerAwareChannelTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Database/Mocks/MockPlatform/MockPlatform.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Database/Query/Expression/ExpressionBuilderTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Database/Query/QueryBuilderTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Database/Schema/SchemaManager/MySQLSchemaManagerTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Database/Schema/SchemaManager/PostgreSQLSchemaManagerTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Database/Schema/SchemaManager/SQLiteSchemaManagerTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Error/ErrorHandlerTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Http/ApplicationTypeTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Http/RequestFactoryTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Http/StreamFactoryTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Http/UriFactoryTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Imaging/DimensionTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Imaging/IconRegistryTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/CropVariantTest.php] => 2 | |
[typo3/sysext/core/Tests/Unit/Mail/MailMessageTest.php] => 2 | |
[typo3/sysext/dashboard/Classes/Controller/WidgetAjaxController.php] => 2 | |
[typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php] => 2 | |
[typo3/sysext/extbase/Classes/Property/PropertyMapper.php] => 2 | |
[typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectConverter.php] => 2 | |
[typo3/sysext/extbase/Classes/Service/CacheService.php] => 2 | |
[typo3/sysext/extbase/Classes/Utility/TypeHandlingUtility.php] => 2 | |
[typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ActionControllerTest.php] => 2 | |
[typo3/sysext/extbase/Tests/Functional/Persistence/Generic/Mapper/DataMapFactoryTest.php] => 2 | |
[typo3/sysext/extbase/Tests/Functional/Persistence/Generic/Mapper/DataMapperTest.php] => 2 | |
[typo3/sysext/extbase/Tests/Functional/Persistence/LazyLoadingProxyTest.php] => 2 | |
[typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchemaTest.php] => 2 | |
[typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithInvalidTypeHint.php] => 2 | |
[typo3/sysext/extbase/Tests/Unit/Reflection/ReflectionServiceTest.php] => 2 | |
[typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php] => 2 | |
[typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php] => 2 | |
[typo3/sysext/fluid/Classes/ViewHelpers/Form/SelectViewHelper.php] => 2 | |
[typo3/sysext/fluid/Classes/ViewHelpers/Uri/ActionViewHelper.php] => 2 | |
[typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php] => 2 | |
[typo3/sysext/form/Classes/Domain/Model/FormDefinition.php] => 2 | |
[typo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php] => 2 | |
[typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php] => 2 | |
[typo3/sysext/form/Tests/Functional/Framework/FormHandling/FormDataFactory.php] => 2 | |
[typo3/sysext/form/Tests/Functional/Service/TranslationServiceTest.php] => 2 | |
[typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractFormElementTest.php] => 2 | |
[typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php] => 2 | |
[typo3/sysext/frontend/Classes/ContentObject/LoadRegisterContentObject.php] => 2 | |
[typo3/sysext/frontend/Classes/ContentObject/Menu/CategoryMenuUtility.php] => 2 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Builder.php] => 2 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Permutation.php] => 2 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableCompiler.php] => 2 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableItem.php] => 2 | |
[typo3/sysext/frontend/Tests/Unit/ContentObject/ImageContentObjectTest.php] => 2 | |
[typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/MenuContentObjectFactoryTest.php] => 2 | |
[typo3/sysext/impexp/Classes/Export.php] => 2 | |
[typo3/sysext/indexed_search/Classes/Controller/SearchController.php] => 2 | |
[typo3/sysext/install/Classes/Configuration/FeatureManager.php] => 2 | |
[typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ConstructorArgumentMatcher.php] => 2 | |
[typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/InterfaceMethodChangedMatcher.php] => 2 | |
[typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentUnusedMatcher.php] => 2 | |
[typo3/sysext/install/Classes/Service/UpgradeWizardsService.php] => 2 | |
[typo3/sysext/install/Classes/Updates/AbstractListTypeToCTypeUpdate.php] => 2 | |
[typo3/sysext/install/Tests/Unit/FolderStructure/StructureFacadeTest.php] => 2 | |
[typo3/sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php] => 2 | |
[typo3/sysext/lowlevel/Classes/Controller/DatabaseIntegrityController.php] => 2 | |
[typo3/sysext/scheduler/Tests/Unit/CronCommand/CronCommandTest.php] => 2 | |
[typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php] => 2 | |
[typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapRenderer.php] => 2 | |
[typo3/sysext/tstemplate/Classes/Controller/AbstractTemplateModuleController.php] => 2 | |
[typo3/sysext/workspaces/Classes/Dependency/ElementEntityProcessor.php] => 2 | |
[typo3/sysext/workspaces/Tests/Unit/Domain/Model/WorkspaceRecordTest.php] => 2 | |
[typo3/sysext/adminpanel/Classes/Modules/PreviewModule.php] => 1 | |
[typo3/sysext/backend/Classes/Backend/Avatar/Avatar.php] => 1 | |
[typo3/sysext/backend/Classes/Clipboard/Clipboard.php] => 1 | |
[typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php] => 1 | |
[typo3/sysext/backend/Classes/Controller/ContextMenuController.php] => 1 | |
[typo3/sysext/backend/Classes/Controller/File/FileController.php] => 1 | |
[typo3/sysext/backend/Classes/ElementBrowser/AbstractElementBrowser.php] => 1 | |
[typo3/sysext/backend/Classes/Form/AbstractNode.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Behavior/OnFieldChangeTrait.php (in context of class TYPO3\CMS\Backend\Form\Element\AbstractFormElement)] => 1 | |
[typo3/sysext/backend/Classes/Form/Behavior/OnFieldChangeTrait.php (in context of class TYPO3\CMS\Backend\Form\FieldControl\EditPopup)] => 1 | |
[typo3/sysext/backend/Classes/Form/Behavior/OnFieldChangeTrait.php (in context of class TYPO3\CMS\Backend\Form\FieldControl\LinkPopup)] => 1 | |
[typo3/sysext/backend/Classes/Form/Behavior/OnFieldChangeTrait.php (in context of class TYPO3\CMS\Styleguide\Form\Element\User1Element)] => 1 | |
[typo3/sysext/backend/Classes/Form/Behavior/ReloadOnFieldChange.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Behavior/UpdateBitmaskOnFieldChange.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Behavior/UpdateValueOnFieldChange.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Container/FlexFormElementContainer.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Container/InlineRecordContainer.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Container/SingleFieldContainer.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Element/BackendLayoutWizardElement.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Element/ColorElement.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Element/DatetimeElement.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Element/SelectCheckBoxElement.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Element/SelectMultipleSideBySideElement.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Element/TablePermissionElement.php] => 1 | |
[typo3/sysext/backend/Classes/Form/FieldWizard/SelectIcons.php] => 1 | |
[typo3/sysext/backend/Classes/Form/FormDataCompiler.php] => 1 | |
[typo3/sysext/backend/Classes/Form/FormDataGroup/OnTheFly.php] => 1 | |
[typo3/sysext/backend/Classes/Form/FormDataGroup/OrderedProviderList.php] => 1 | |
[typo3/sysext/backend/Classes/Form/FormDataProvider/TcaCategory.php] => 1 | |
[typo3/sysext/backend/Classes/Form/FormDataProvider/TcaInputPlaceholders.php] => 1 | |
[typo3/sysext/backend/Classes/Form/Utility/FormEngineUtility.php] => 1 | |
[typo3/sysext/backend/Classes/History/RecordHistory.php] => 1 | |
[typo3/sysext/backend/Classes/LinkHandler/RecordLinkHandler.php] => 1 | |
[typo3/sysext/backend/Classes/Middleware/BackendModuleValidator.php] => 1 | |
[typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php] => 1 | |
[typo3/sysext/backend/Classes/Routing/Router.php] => 1 | |
[typo3/sysext/backend/Classes/Security/ContentSecurityPolicy/CspAjaxController.php] => 1 | |
[typo3/sysext/backend/Classes/Security/SudoMode/PasswordVerification.php] => 1 | |
[typo3/sysext/backend/Classes/Template/Components/Buttons/InputButton.php] => 1 | |
[typo3/sysext/backend/Classes/Template/Components/Buttons/LinkButton.php] => 1 | |
[typo3/sysext/backend/Classes/Tree/View/AbstractContentPagePositionMap.php] => 1 | |
[typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php] => 1 | |
[typo3/sysext/backend/Tests/Functional/RecordList/DownloadRecordListTest.php] => 1 | |
[typo3/sysext/backend/Tests/Unit/ElementBrowser/ElementBrowserRegistryTest.php] => 1 | |
[typo3/sysext/core/Classes/Authentication/AbstractAuthenticationService.php] => 1 | |
[typo3/sysext/core/Classes/Authentication/AuthenticationService.php] => 1 | |
[typo3/sysext/core/Classes/Authentication/Mfa/Provider/RecoveryCodes.php] => 1 | |
[typo3/sysext/core/Classes/Authentication/Mfa/Provider/RecoveryCodesProvider.php] => 1 | |
[typo3/sysext/core/Classes/Authentication/Mfa/Provider/TotpProvider.php] => 1 | |
[typo3/sysext/core/Classes/Cache/Backend/FileBackend.php] => 1 | |
[typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php] => 1 | |
[typo3/sysext/core/Classes/Cache/CacheManager.php] => 1 | |
[typo3/sysext/core/Classes/Charset/CharsetConverter.php] => 1 | |
[typo3/sysext/core/Classes/Collection/AbstractRecordCollection.php] => 1 | |
[typo3/sysext/core/Classes/Configuration/CKEditor5Migrator.php] => 1 | |
[typo3/sysext/core/Classes/Configuration/ExtensionConfiguration.php] => 1 | |
[typo3/sysext/core/Classes/Crypto/HashService.php] => 1 | |
[typo3/sysext/core/Classes/Crypto/PasswordHashing/AbstractArgon2PasswordHash.php] => 1 | |
[typo3/sysext/core/Classes/Crypto/PasswordHashing/BcryptPasswordHash.php] => 1 | |
[typo3/sysext/core/Classes/Crypto/PasswordHashing/BlowfishPasswordHash.php] => 1 | |
[typo3/sysext/core/Classes/DataHandling/SoftReference/TypolinkTagSoftReferenceParser.php] => 1 | |
[typo3/sysext/core/Classes/Database/Connection.php] => 1 | |
[typo3/sysext/core/Classes/Database/ConnectionPool.php] => 1 | |
[typo3/sysext/core/Classes/Database/RelationHandler.php] => 1 | |
[typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php] => 1 | |
[typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php] => 1 | |
[typo3/sysext/core/Classes/Database/Schema/SqlReader.php] => 1 | |
[typo3/sysext/core/Classes/Domain/Persistence/GreedyDatabaseBackend.php] => 1 | |
[typo3/sysext/core/Classes/Domain/RawRecord.php] => 1 | |
[typo3/sysext/core/Classes/Error/DebugExceptionHandler.php] => 1 | |
[typo3/sysext/core/Classes/Error/ProductionExceptionHandler.php] => 1 | |
[typo3/sysext/core/Classes/Html/SimpleParser.php] => 1 | |
[typo3/sysext/core/Classes/Http/ImmediateResponseException.php] => 1 | |
[typo3/sysext/core/Classes/Http/NormalizedParams.php] => 1 | |
[typo3/sysext/core/Classes/Http/Request.php] => 1 | |
[typo3/sysext/core/Classes/Http/SelfEmittableLazyOpenStream.php] => 1 | |
[typo3/sysext/core/Classes/Http/ServerRequest.php] => 1 | |
[typo3/sysext/core/Classes/IO/CsvStreamFilter.php] => 1 | |
[typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php] => 1 | |
[typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php] => 1 | |
[typo3/sysext/core/Classes/LinkHandling/LinkService.php] => 1 | |
[typo3/sysext/core/Classes/Localization/LanguageStore.php] => 1 | |
[typo3/sysext/core/Classes/Localization/LocalizationFactory.php] => 1 | |
[typo3/sysext/core/Classes/Locking/LockFactory.php] => 1 | |
[typo3/sysext/core/Classes/Log/Logger.php] => 1 | |
[typo3/sysext/core/Classes/Messaging/FlashMessageQueue.php] => 1 | |
[typo3/sysext/core/Classes/Package/Cache/PackageStatesPackageCache.php] => 1 | |
[typo3/sysext/core/Classes/Package/FailsafePackageManager.php] => 1 | |
[typo3/sysext/core/Classes/Package/PackageActivationService.php] => 1 | |
[typo3/sysext/core/Classes/Resource/AbstractFile.php] => 1 | |
[typo3/sysext/core/Classes/Resource/Collection/FolderBasedFileCollection.php] => 1 | |
[typo3/sysext/core/Classes/Resource/Driver/AbstractHierarchicalFilesystemDriver.php] => 1 | |
[typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php] => 1 | |
[typo3/sysext/core/Classes/Resource/Index/Indexer.php] => 1 | |
[typo3/sysext/core/Classes/Resource/Processing/TaskTypeRegistry.php] => 1 | |
[typo3/sysext/core/Classes/Resource/Rendering/VimeoRenderer.php] => 1 | |
[typo3/sysext/core/Classes/Resource/Rendering/YouTubeRenderer.php] => 1 | |
[typo3/sysext/core/Classes/Resource/Search/Result/DriverFilteredSearchResult.php] => 1 | |
[typo3/sysext/core/Classes/Resource/Security/FileMetadataPermissionsAspect.php] => 1 | |
[typo3/sysext/core/Classes/Resource/Security/FilePermissionAspect.php] => 1 | |
[typo3/sysext/core/Classes/Routing/Aspect/AspectFactory.php] => 1 | |
[typo3/sysext/core/Classes/Routing/Aspect/MappableProcessor.php] => 1 | |
[typo3/sysext/core/Classes/Routing/Enhancer/PluginEnhancer.php] => 1 | |
[typo3/sysext/core/Classes/Routing/Enhancer/SimpleEnhancer.php] => 1 | |
[typo3/sysext/core/Classes/Routing/PageArguments.php] => 1 | |
[typo3/sysext/core/Classes/Routing/PageSlugCandidateProvider.php] => 1 | |
[typo3/sysext/core/Classes/Schema/Field/NumberFieldType.php] => 1 | |
[typo3/sysext/core/Classes/Security/ContentSecurityPolicy/ScopeRepository.php] => 1 | |
[typo3/sysext/core/Classes/Security/NoncePool.php] => 1 | |
[typo3/sysext/core/Classes/Settings/Type/BoolType.php] => 1 | |
[typo3/sysext/core/Classes/Site/SiteSettingsFactory.php] => 1 | |
[typo3/sysext/core/Classes/Tree/TableConfiguration/ArrayTreeRenderer.php] => 1 | |
[typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeNode.php] => 1 | |
[typo3/sysext/core/Classes/TypoScript/AST/AbstractAstBuilder.php] => 1 | |
[typo3/sysext/core/Classes/TypoScript/AST/Traverser/AstTraverser.php] => 1 | |
[typo3/sysext/core/Classes/TypoScript/IncludeTree/Traverser/ConditionVerdictAwareIncludeTreeTraverser.php] => 1 | |
[typo3/sysext/core/Classes/TypoScript/IncludeTree/Traverser/IncludeTreeTraverser.php] => 1 | |
[typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php] => 1 | |
[typo3/sysext/core/Tests/Functional/Cache/Backend/MemcachedBackendTest.php] => 1 | |
[typo3/sysext/core/Tests/Functional/Database/Schema/SchemaMigratorTest.php] => 1 | |
[typo3/sysext/core/Tests/Functional/Error/ErrorHandlerTest.php] => 1 | |
[typo3/sysext/core/Tests/Functional/Hooks/TcaItemsProcessorFunctionsTest.php] => 1 | |
[typo3/sysext/core/Tests/Functional/Resource/Driver/LocalDriverTest.php] => 1 | |
[typo3/sysext/core/Tests/Functional/Utility/ExtensionManagementUtility/ExtensionManagementUtilityTcaOverrideRequireTest.php] => 1 | |
[typo3/sysext/core/Tests/Functional/Utility/ExtensionManagementUtility/ExtensionManagementUtilityTcaRequireTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Cache/Fixtures/BackendConfigurationOptionFixture.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Cache/Fixtures/FrontendBackendInstanceFixture.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Cache/Frontend/PhpFrontendTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Console/CommandRegistryTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Context/SecurityAspectTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2iPasswordHashTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2idPasswordHashTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/BcryptPasswordHashTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/DataHandling/Localization/StateTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ReferenceDefinitionTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/DependencyInjection/ConsoleCommandPassTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/DependencyInjection/FailsafeContainerTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderCompilationPassTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderRegistryTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/EventDispatcher/EventDispatcherTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/EventDispatcher/NoopEventDispatcherTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Html/Parser/ParserTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Http/ClientTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Http/ResponseFactoryTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Http/ResponseTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/CropVariantCollectionTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/LinkHandling/EmailLinkHandlerTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Locking/Fixtures/DummyLock.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFixture.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Messaging/FlashMessageRendererResolverTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Site/Entity/SiteTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/Fixtures/TreeDataProviderFixture.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/Fixtures/TreeDataProviderWithConfigurationFixture.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Type/File/ImageInfoTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/Type/MapTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/TypoScript/AST/Node/ChildNodeTest.php] => 1 | |
[typo3/sysext/core/Tests/Unit/TypoScript/AST/Node/ReferenceChildNodeTest.php] => 1 | |
[typo3/sysext/extbase/Classes/Annotation/IgnoreValidation.php] => 1 | |
[typo3/sysext/extbase/Classes/Mvc/Request.php] => 1 | |
[typo3/sysext/extbase/Classes/Persistence/Generic/LazyLoadingProxy.php] => 1 | |
[typo3/sysext/extbase/Classes/Persistence/ObjectStorage.php] => 1 | |
[typo3/sysext/extbase/Classes/Property/PropertyMappingConfiguration.php] => 1 | |
[typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileFolderConverter.php] => 1 | |
[typo3/sysext/extbase/Classes/Reflection/ClassSchema.php] => 1 | |
[typo3/sysext/extbase/Classes/Routing/ExtbasePluginEnhancer.php] => 1 | |
[typo3/sysext/extbase/Classes/Service/ImageService.php] => 1 | |
[typo3/sysext/extbase/Classes/Validation/Validator/CollectionValidator.php] => 1 | |
[typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ActionControllerArgumentTest.php] => 1 | |
[typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Extension/action_controller_test/Classes/Controller/TestController.php] => 1 | |
[typo3/sysext/extbase/Tests/Functional/Mvc/Validation/ActionControllerValidationTest.php] => 1 | |
[typo3/sysext/extbase/Tests/Functional/Persistence/OperatorTest.php] => 1 | |
[typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/FileConverterTest.php] => 1 | |
[typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/PersistentObjectConverterTest.php] => 1 | |
[typo3/sysext/extbase/Tests/Unit/Persistence/Generic/BackendTest.php] => 1 | |
[typo3/sysext/extbase/Tests/Unit/Property/TypeConverterRegistryTest.php] => 1 | |
[typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithAllTypesOfMethods.php] => 1 | |
[typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithAllTypesOfProperties.php] => 1 | |
[typo3/sysext/extbase/Tests/Unit/Service/CacheServiceTest.php] => 1 | |
[typo3/sysext/extensionmanager/Classes/Controller/ListController.php] => 1 | |
[typo3/sysext/extensionmanager/Classes/Domain/Repository/ExtensionRepository.php] => 1 | |
[typo3/sysext/extensionmanager/Classes/Remote/RemoteRegistry.php] => 1 | |
[typo3/sysext/extensionmanager/Classes/Report/ExtensionStatus.php] => 1 | |
[typo3/sysext/extensionmanager/Classes/Service/ExtensionManagementService.php] => 1 | |
[typo3/sysext/extensionmanager/Classes/Utility/EmConfUtility.php] => 1 | |
[typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/ExtensionTest.php] => 1 | |
[typo3/sysext/extensionmanager/Tests/Unit/Fixtures/LatestCompatibleExtensionObjectStorageFixture.php] => 1 | |
[typo3/sysext/filelist/Classes/FileList.php] => 1 | |
[typo3/sysext/fluid/Classes/ViewHelpers/Be/InfoboxViewHelper.php] => 1 | |
[typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus/ActionMenuViewHelper.php] => 1 | |
[typo3/sysext/fluid/Classes/ViewHelpers/Be/PageRendererViewHelper.php] => 1 | |
[typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php] => 1 | |
[typo3/sysext/fluid/Classes/ViewHelpers/Format/BytesViewHelper.php] => 1 | |
[typo3/sysext/fluid/Classes/ViewHelpers/ImageViewHelper.php] => 1 | |
[typo3/sysext/fluid/Classes/ViewHelpers/Link/ActionViewHelper.php] => 1 | |
[typo3/sysext/fluid/Classes/ViewHelpers/Link/TypolinkViewHelper.php] => 1 | |
[typo3/sysext/fluid/Classes/ViewHelpers/Uri/TypolinkViewHelper.php] => 1 | |
[typo3/sysext/fluid/Tests/Functional/ViewHelpers/Link/FileViewHelperTest.php] => 1 | |
[typo3/sysext/fluid/Tests/Functional/ViewHelpers/SvgImageViewHelperTest.php] => 1 | |
[typo3/sysext/fluid_styled_content/Classes/ViewHelpers/Link/ClickEnlargeViewHelper.php] => 1 | |
[typo3/sysext/form/Classes/Controller/FormEditorController.php] => 1 | |
[typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php] => 1 | |
[typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php] => 1 | |
[typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php] => 1 | |
[typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php] => 1 | |
[typo3/sysext/form/Classes/EventListener/ProcessFileListActionsEventListener.php] => 1 | |
[typo3/sysext/form/Classes/Hooks/FormElementHooks.php] => 1 | |
[typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManager.php] => 1 | |
[typo3/sysext/form/Classes/Mvc/Property/Exception/TypeConverterException.php] => 1 | |
[typo3/sysext/form/Classes/Mvc/Validation/DateRangeValidator.php] => 1 | |
[typo3/sysext/form/Classes/Mvc/Validation/FileSizeValidator.php] => 1 | |
[typo3/sysext/form/Classes/Mvc/Validation/MimeTypeValidator.php] => 1 | |
[typo3/sysext/form/Classes/Service/TranslationService.php] => 1 | |
[typo3/sysext/form/Classes/ViewHelpers/GridColumnClassAutoConfigurationViewHelper.php] => 1 | |
[typo3/sysext/form/Classes/ViewHelpers/RenderFormValueViewHelper.php] => 1 | |
[typo3/sysext/form/Tests/Functional/Mvc/Property/TypeConverter/FormDefinitionArrayConverterTest.php] => 1 | |
[typo3/sysext/form/Tests/Functional/Service/DatabaseServiceTest.php] => 1 | |
[typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractSectionTest.php] => 1 | |
[typo3/sysext/frontend/Classes/Category/Collection/CategoryCollection.php] => 1 | |
[typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php] => 1 | |
[typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayInternalContentObject.php] => 1 | |
[typo3/sysext/frontend/Classes/ContentObject/Exception/ProductionExceptionHandler.php] => 1 | |
[typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php] => 1 | |
[typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php] => 1 | |
[typo3/sysext/frontend/Classes/ContentObject/PageViewContentObject.php] => 1 | |
[typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php] => 1 | |
[typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php] => 1 | |
[typo3/sysext/frontend/Classes/Http/RequestHandler.php] => 1 | |
[typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php] => 1 | |
[typo3/sysext/frontend/Classes/Resource/FileCollector.php] => 1 | |
[typo3/sysext/frontend/Classes/Resource/FilePathSanitizer.php] => 1 | |
[typo3/sysext/frontend/Classes/Typolink/LinkFactory.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/Controller/ShowImageControllerTest.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/Rendering/SvgImageRenderingTest.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/ApplicableConjunction.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/AspectDeclaration.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/EnhancerDeclaration.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/LanguageContext.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/PageTypeDeclaration.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Variable.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableValue.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Variables.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariablesContext.php] => 1 | |
[typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugLinkGeneratorTest.php] => 1 | |
[typo3/sysext/impexp/Classes/Import.php] => 1 | |
[typo3/sysext/impexp/Classes/ImportExport.php] => 1 | |
[typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImagesInFilledDatabaseTest.php] => 1 | |
[typo3/sysext/indexed_search/Classes/Controller/AdministrationController.php] => 1 | |
[typo3/sysext/indexed_search/Classes/Domain/Repository/AdministrationRepository.php] => 1 | |
[typo3/sysext/info/Classes/Controller/TranslationStatusController.php] => 1 | |
[typo3/sysext/install/Classes/Configuration/AbstractFeature.php] => 1 | |
[typo3/sysext/install/Classes/Service/SilentConfigurationUpgradeService.php] => 1 | |
[typo3/sysext/install/Classes/Updates/DatabaseRowsUpdateWizard.php] => 1 | |
[typo3/sysext/install/Tests/Unit/FolderStructure/DefaultFactoryTest.php] => 1 | |
[typo3/sysext/install/Tests/Unit/FolderStructure/DirectoryNodeTest.php] => 1 | |
[typo3/sysext/install/Tests/Unit/FolderStructure/FileNodeTest.php] => 1 | |
[typo3/sysext/install/Tests/Unit/FolderStructure/LinkNodeTest.php] => 1 | |
[typo3/sysext/install/Tests/Unit/SystemEnvironment/DatabaseCheck/Platform/MySqlTest.php] => 1 | |
[typo3/sysext/linkvalidator/Classes/Linktype/ExternalLinktype.php] => 1 | |
[typo3/sysext/linkvalidator/Classes/Task/ValidatorTaskAdditionalFieldProvider.php] => 1 | |
[typo3/sysext/lowlevel/Classes/Integrity/DatabaseIntegrityCheck.php] => 1 | |
[typo3/sysext/lowlevel/Classes/Service/CleanUpLocalProcessedFilesService.php] => 1 | |
[typo3/sysext/reactions/Classes/Http/Middleware/ReactionResolver.php] => 1 | |
[typo3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php] => 1 | |
[typo3/sysext/redirects/Classes/EventListener/AddPlainSlugReplacementSource.php] => 1 | |
[typo3/sysext/redirects/Tests/Functional/EventListener/AddPageTypeZeroSourceTest.php] => 1 | |
[typo3/sysext/reports/Classes/Report/Status/ConfigurationStatus.php] => 1 | |
[typo3/sysext/reports/Classes/Task/SystemStatusUpdateTaskNotificationEmailField.php] => 1 | |
[typo3/sysext/scheduler/Classes/CronCommand/CronCommand.php] => 1 | |
[typo3/sysext/scheduler/Tests/Unit/Validation/Validator/TaskValidatorTest.php] => 1 | |
[typo3/sysext/styleguide/Classes/ViewHelpers/CodeViewHelper.php] => 1 | |
[typo3/sysext/styleguide/Classes/ViewHelpers/ExampleViewHelper.php] => 1 | |
[typo3/sysext/tstemplate/Classes/Controller/TemplateRecordsOverviewController.php] => 1 | |
[typo3/sysext/workspaces/Classes/Controller/Remote/RemoteServer.php] => 1 | |
[typo3/sysext/workspaces/Classes/Controller/ReviewController.php] => 1 | |
[typo3/sysext/workspaces/Classes/Dependency/ElementEntity.php] => 1 | |
) | |
[identifiers] => Array | |
( | |
[function.alreadyNarrowedType] => 178 | |
[staticMethod.alreadyNarrowedType] => 171 | |
[argument.type] => 109 | |
[instanceof.alwaysTrue] => 76 | |
[notIdentical.alwaysTrue] => 67 | |
[arrayValues.list] => 51 | |
[method.notFound] => 47 | |
[throws.unusedType] => 38 | |
[nullCoalesce.offset] => 35 | |
[return.type] => 35 | |
[varTag.nativeType] => 25 | |
[nullCoalesce.variable] => 24 | |
[offsetAccess.notFound] => 19 | |
[identical.alwaysTrue] => 17 | |
[new.static] => 16 | |
[catch.neverThrown] => 14 | |
[identical.alwaysFalse] => 13 | |
[parameterByRef.type] => 13 | |
[booleanNot.alwaysFalse] => 13 | |
[booleanAnd.rightAlwaysTrue] => 9 | |
[if.alwaysTrue] => 9 | |
[property.unusedType] => 9 | |
[deadCode.unreachable] => 9 | |
[booleanNot.alwaysTrue] => 7 | |
[constructor.unusedParameter] => 7 | |
[nullCoalesce.property] => 6 | |
[method.nonObject] => 6 | |
[return.unusedType] => 5 | |
[nullsafe.neverNull] => 5 | |
[phpDoc.parseError] => 4 | |
[staticMethod.impossibleType] => 4 | |
[isset.offset] => 3 | |
[empty.variable] => 3 | |
[assign.propertyType] => 3 | |
[function.impossibleType] => 3 | |
[property.notFound] => 3 | |
[empty.offset] => 2 | |
[offsetAssign.dimType] => 2 | |
[booleanAnd.leftAlwaysTrue] => 2 | |
[parameter.phpDocType] => 2 | |
[greater.alwaysTrue] => 2 | |
[booleanAnd.alwaysFalse] => 2 | |
[argument.invalidPregQuote] => 2 | |
[property.onlyWritten] => 2 | |
[property.unused] => 2 | |
[variable.undefined] => 2 | |
[smaller.alwaysFalse] => 2 | |
[booleanOr.alwaysTrue] => 2 | |
[foreach.nonIterable] => 1 | |
[greaterOrEqual.alwaysFalse] => 1 | |
[paramOut.unusedType] => 1 | |
[booleanAnd.alwaysTrue] => 1 | |
[foreach.emptyArray] => 1 | |
[arrayFilter.same] => 1 | |
[binaryOp.invalid] => 1 | |
[argument.unresolvableType] => 1 | |
[return.missing] => 1 | |
[booleanAnd.rightAlwaysFalse] => 1 | |
[staticClassAccess.privateMethod] => 1 | |
[method.unused] => 1 | |
[class.notFound] => 1 | |
[property.nonObject] => 1 | |
[offsetAssign.valueType] => 1 | |
[isset.property] => 1 | |
[empty.property] => 1 | |
[isset.variable] => 1 | |
[unset.offset] => 1 | |
) | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$json = json_decode(file_get_contents('phpstan.json'), true); | |
$stat = ['files' => [], 'identifiers' => []]; | |
$cwd = getcwd() . '/'; | |
foreach($json['files'] as $file => $data) { | |
$statfile = str_replace($cwd, '', $file); | |
$stat['files'][$statfile] = $data['errors']; | |
foreach($data['messages'] as $message) { | |
if (!isset($stat['identifiers'][$message['identifier']])) { | |
$stat['identifiers'][$message['identifier']] = 0; | |
} | |
$stat['identifiers'][$message['identifier']]++; | |
} | |
} | |
arsort($stat['files']); | |
arsort($stat['identifiers']); | |
print_r($stat); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment