doctum icon indicating copy to clipboard operation
doctum copied to clipboard

Support PHP attributes

Open tillkruss opened this issue 1 year ago • 4 comments

Any plans to support PHP method attributes?

tillkruss avatar Dec 06 '24 17:12 tillkruss

Most probably, the php parser supports them What attributes ? All of them ?

williamdes avatar Dec 06 '24 18:12 williamdes

The regular #[Attribute] syntax: https://www.php.net/manual/en/language.attributes.overview.php

Just listing them would be huge.

tillkruss avatar Dec 08 '24 01:12 tillkruss

I was thinking about this the other day, it may solve describing array shapes ! Ref: https://github.com/code-lts/doctum/issues/13

williamdes avatar Dec 31 '24 09:12 williamdes

I added phpunit to https://doctum.long-term.support/api-docs/ and it really lacks attributes because that is the thing I search for the more nowdays

williamdes avatar Nov 19 '25 19:11 williamdes