Jaap van Otterdijk
Jaap van Otterdijk
that would be nice, I'm looking forward to this.
might be a start we can always move it.
phpDocumentor 3 supports this feature, we followed phpstan and psalm on this.
We added some extra examples, I hope this makes it more clear now
I fixed this issue in my last commit, it will be part of the next v3.4 release.
Technically $this is not a keyword neither a type. But we do support it in the docblocks since many users are using it as an alias of self or static.
The $this notation is not resolved in all situations to the correct class. The only valid situation to use it is in the @return annotation. Personally I never use this...
I have the same issue with paulmann [50064](https://www.zigbee2mqtt.io/devices/50064.html#paulmann-50064) in my case the device is reported as EcoDim after an update. This seems to be introduced in: https://github.com/Koenkk/zigbee2mqtt/issues/12412 Those device id's...
Since you created this PR our project has been changed, we have done some major rebuilding of the internals of this library. I think we should put this on a...
https://github.com/phpDocumentor/TypeResolver/issues/186