v3.5.1
#v3.5.1
This bugfix release includes 2 small bugfixes regarding the cli options you can pass to phpdoc. before we supported phpdoc run -d ./src
and phpdoc -d ./src
both would do exactly the same. During a change in the previous version the first way of doing things was broken. Now this has been restored. Including the option to list possible settings with --list-settings
Also included is a new way of rendering the new php 8.4 #[Deprecated]
attribute as well the improved rendering of deprecated methods and classes.
Full change list:
- Fix typo in configuration.rst by @adriendupuis in #3724
- Add support for #[Deprecated] by @jaapio in #3731
- Fix settings:list and --list-settings not working by @Mai-Lapyst in #3732
- Reintroduce multicommand interface by @jaapio in #3736
New Contributors
- @adriendupuis made their first contribution in #3724
- @Mai-Lapyst made their first contribution in #3732
Full Changelog: v3.5.0...v3.5.1