feat(mapper): allow to merge existing values by extracting identifiers #1268
Annotations
10 errors
src/Generator/IdentifierEqualGenerator.php#L50
Cannot call method getIsUndefinedExpression() on AutoMapper\Extractor\ReadAccessor|null.
|
src/Extractor/MappingExtractor.php#L193
Method AutoMapper\Extractor\MappingExtractor::isIdentifier() has parameter $targetReflectionClass with generic class ReflectionClass but does not specify its types: T
|
src/Extractor/MappingExtractor.php#L212
Parameter #1 $name of method ReflectionClass<object>::hasProperty() expects string, string|null given.
|
src/Extractor/MappingExtractor.php#L215
Parameter #1 $name of method ReflectionClass<object>::getProperty() expects string, string|null given.
|
src/Extractor/MappingExtractor.php#L225
Parameter #1 $name of method ReflectionClass<object>::hasMethod() expects string, string|null given.
|
src/Extractor/MappingExtractor.php#L228
Parameter #1 $name of method ReflectionClass<object>::getMethod() expects string, string|null given.
|
src/Extractor/MappingExtractorInterface.php#L56
Method AutoMapper\Extractor\MappingExtractorInterface::isIdentifier() has parameter $targetReflectionClass with generic class ReflectionClass but does not specify its types: T
|
src/Generator/IdentifierEqualGenerator.php#L58
Cannot call method getIsUndefinedExpression() on AutoMapper\Extractor\ReadAccessor|null.
|
src/Generator/IdentifierEqualGenerator.php#L67
Cannot call method getExpression() on AutoMapper\Extractor\ReadAccessor|null.
|
src/Generator/IdentifierEqualGenerator.php#L68
Cannot call method getExpression() on AutoMapper\Extractor\ReadAccessor|null.
|
The logs for this run have expired and are no longer available.
Loading