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
The setAnnotationReader() method on the event listeners accepts either a Doctrine\Common\Annotations\Reader or a Gedmo\Mapping\Driver\AttributeReader, and after doctrine-extensions/DoctrineExtensions#2743 the attribute reader is (rightfully) no longer considered internal. The bundle should be updated to provide the attribute reader when appropriate to avoid relying on the library's feature detection (which will default to annotations if doctrine/annotations is installed, even if Symfony doesn't have an annotation_reader service).
The text was updated successfully, but these errors were encountered:
The
setAnnotationReader()
method on the event listeners accepts either aDoctrine\Common\Annotations\Reader
or aGedmo\Mapping\Driver\AttributeReader
, and after doctrine-extensions/DoctrineExtensions#2743 the attribute reader is (rightfully) no longer considered internal. The bundle should be updated to provide the attribute reader when appropriate to avoid relying on the library's feature detection (which will default to annotations ifdoctrine/annotations
is installed, even if Symfony doesn't have anannotation_reader
service).The text was updated successfully, but these errors were encountered: