doctrine / doctrine/annotations
[AnnotationReader] Traits Composed from Traits
Open
bug
- Dominant language
- PHP
- Stars
- 6.7k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
_From @sofakartoffel on June 23, 2015 15:34_
The AnnotationReader does not use the imports from Traits inside of other Traits.
e.g.:
- TraitA imports some custom annotation
- TraitB uses TraitA
- EntityA uses TraitB
- the Imported Annotation in TraitA is not found
_Copied from original issue: doctrine/common#370_
Contributor guide
Assessment
This issue has not been assessed yet.