| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Symfony version | master The phpdocumentor/reflection-docblock supports "Collection" types declarations, yet PropetyInfo is unable to convert them properly. What I mean with "Collection" is this : ``` /** * @var Iterator<DateTime> */ protected $iterator; ``` It could be helpful if PropertyInfo was able to return, at least, the Collection classname (Iterator in this case).