What's Changed
This release comes with support for asymmetric visibility on properties and support for property hooks. Property hooks were introduced in php 8.4. The system generating your documentation doesn't have to be running php 8.4 to be able to display property hooks.
Traits using traits
Since the introduction of traits, you can use traits in traits. However this was never reflected properly in phpDocumentor. By now methods imported by a trait in a trait are shown in the documentatation of your trait.
Filter private elements
Inheritance did not work as it should be, by now private elements are not longer inherited by child classes and traits.
Fixes bugs
Documentation
Other changes
New Contributors
Full Changelog: v3.7.1...v3.8.0