@JakubMisek Hi, about this feature:
implemented - undefined property will be reported even there is __get/__set if there are already some @property in doc blocks defined.
I think you need to implement a workaround when we have a class with __get/__set and some static properties like for a timer class start and stop but also with dynamic properties like checkpoints.
Is it possible to have a wildcard property for example?
/**
* @property int $start
* @property int $stop
* @property int $*
*/
Thank you