You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2024. It is now read-only.
Description:
Here is the error that I'm encountering while trying to install the automapper-bundle in Symfony: PHP Fatal error: Class AutoMapper\Extractor\MapToContextPropertyInfoExtractorDecorator contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Component\PropertyInfo\Extractor\ConstructorArgumentTypeExtractorInterface::getTypeFromConstructor) in /Users/mouradchab/Sites/sf71-serializer-turbo-2/vendor/jolicode/automapper/src/Extractor/MapToContextPropertyInfoExtractorDecorator.php on line 22
Steps to reproduce:
Create a new Symfony project using version 7.1.x-dev
Install the automapper-bundle with composer
See error
Additional details:
My environment details:
Operating System: macOS Sonoma
PHP version: 8.2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
Here is the error that I'm encountering while trying to install the automapper-bundle in Symfony:
PHP Fatal error: Class AutoMapper\Extractor\MapToContextPropertyInfoExtractorDecorator contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Component\PropertyInfo\Extractor\ConstructorArgumentTypeExtractorInterface::getTypeFromConstructor) in /Users/mouradchab/Sites/sf71-serializer-turbo-2/vendor/jolicode/automapper/src/Extractor/MapToContextPropertyInfoExtractorDecorator.php on line 22
Steps to reproduce:
Create a new Symfony project using version 7.1.x-dev
Install the automapper-bundle with composer
See error
Additional details:
My environment details:
Operating System: macOS Sonoma
PHP version: 8.2
The text was updated successfully, but these errors were encountered: