8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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).