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 #371
- Add new tags by @ahjdev in #373
- Build on php 8.4 by @jaapio in #375
- method parameter default value rendering by @GautierDele in #374
New Contributors
- @szepeviktor made their first contribution in #371
- @ahjdev made their first contribution in #373
- @GautierDele made their first contribution in #374
Full Changelog: 5.4.1...5.5.0