Support the same primitives as phpdoc
Open
- Dominant language
- C++
- Stars
- 164
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
The divergence between AT and phpdoc types leads to non-coformant phpdocs or less expressive AT definitions, any chance we can get close to the set of types annotations that phpdoc supports?
http://www.phpdoc.org/docs/latest/references/phpdoc/types.html
Here are a few fun cases:
1. AT supports "uint" and phpdoc does not
2. Phpdoc supports "self" and AT does not
Contributor guide
Assessment
This issue has not been assessed yet.