Skip to content

Add options in listeners: forceUseAttributeReader and separateXmlMapping #1460

Add options in listeners: forceUseAttributeReader and separateXmlMapping

Add options in listeners: forceUseAttributeReader and separateXmlMapping #1460

Re-run triggered September 21, 2023 15:51
Status Failure
Total duration 2m 21s
Artifacts

qa.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Mapping/Driver/File.php#L150
Method Gedmo\Mapping\Driver\File::getMappingFromGedmoFileDriver() return type has no value type specified in iterable type array.
PHPStan: src/Mapping/Driver/File.php#L150
Method Gedmo\Mapping\Driver\File::getMappingFromGedmoFileDriver() return type has no value type specified in iterable type array.
PHPStan: src/Mapping/Driver/File.php#L166
Method Gedmo\Mapping\Driver\File::getMappingFromOriginalDriver() never returns array so it can be removed from the return type.
PHPStan: src/Mapping/Driver/File.php#L166
Method Gedmo\Mapping\Driver\File::getMappingFromOriginalDriver() return type has no value type specified in iterable type array.
PHPStan: src/Mapping/Driver/File.php#L166
Method Gedmo\Mapping\Driver\File::getMappingFromOriginalDriver() return type has no value type specified in iterable type array.
PHPStan: src/Mapping/ExtensionMetadataFactory.php#L90
Method Gedmo\Mapping\ExtensionMetadataFactory::__construct() has parameter $forceUseAttributeReader with no type specified.
PHPStan: src/Mapping/ExtensionMetadataFactory.php#L90
Method Gedmo\Mapping\ExtensionMetadataFactory::__construct() has parameter $forceUseAttributeReader with no type specified.
PHPStan: src/Mapping/ExtensionMetadataFactory.php#L90
Method Gedmo\Mapping\ExtensionMetadataFactory::__construct() has parameter $separateXmlMapping with no type specified.
PHPStan: src/Mapping/ExtensionMetadataFactory.php#L90
Method Gedmo\Mapping\ExtensionMetadataFactory::__construct() has parameter $separateXmlMapping with no type specified.
PHPStan: src/Mapping/ExtensionMetadataFactory.php#L192
Method Gedmo\Mapping\ExtensionMetadataFactory::getFileExtension() has no return type specified.