Skip to content

v3.8.0

Latest
Compare
Choose a tag to compare
@jaapio jaapio released this 16 Jun 20:05
· 12 commits to master since this release
d238c57

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.

by @jaapio in #3926

image

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.

by @jaapio in #3931

Filter private elements

Inheritance did not work as it should be, by now private elements are not longer inherited by child classes and traits.

by @jaapio in #3932

Fixes bugs

Documentation

Other changes

New Contributors

Full Changelog: v3.7.1...v3.8.0