-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
Description
Today, symfony AnnotationLoader
load for Doctrine annotations and PHP 8 attributes.
For new projects, only attributes are enough and keep naming AnnotationLoader
can confuse (load also attributes).
WDYT about creating AttributeLoader
?
Some files and impacts:
Symfony\Component\Validator\Mapping\Loader\AnnotationLoader
-> New class Symfony\Component\Validator\Mapping\Loader\AttributeLoader
:
Symfony\Component\Validator::enableAnnotationMapping()
-> Introduce new methodenableAttributeMapping
- New boolean node in framework configuration:
enable_attributes
Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader
-> New class Symfony\Component\Serializer\Mapping\Loader\AttributeLoader
:
- New boolean node in framework configuration:
enable_attributes
Example
No response
elementaire, OskarStark, AnjaLiebermann and simaotwx