Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
5.5.0 source code.tar.gz | 2024-11-04 | 33.4 kB | |
5.5.0 source code.zip | 2024-11-04 | 81.8 kB | |
README.md | 2024-11-04 | 1.4 kB | |
Totals: 3 Items | 116.6 kB | 0 |
What's Changed
Improved method tag parameter rendering, by now the method tag parameters are correctly rendered when transforming a docblock back to string.
New supported tags:
- @template
- @template-covariant
- @mixin
- @implements
& @template-implements
- @extends
& @template-extends
The template tags do not support all functionality needed to have full generic support as this requires some extra work. But for many situations this will already add value.
related pr's:
- Fix typos by @szepeviktor in https://github.com/phpDocumentor/ReflectionDocBlock/pull/371
- Add new tags by @ahjdev in https://github.com/phpDocumentor/ReflectionDocBlock/pull/373
- Build on php 8.4 by @jaapio in https://github.com/phpDocumentor/ReflectionDocBlock/pull/375
- method parameter default value rendering by @GautierDele in https://github.com/phpDocumentor/ReflectionDocBlock/pull/374
New Contributors
- @szepeviktor made their first contribution in https://github.com/phpDocumentor/ReflectionDocBlock/pull/371
- @ahjdev made their first contribution in https://github.com/phpDocumentor/ReflectionDocBlock/pull/373
- @GautierDele made their first contribution in https://github.com/phpDocumentor/ReflectionDocBlock/pull/374
Full Changelog: https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.4.1...5.5.0