Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
phpDocumentor.phar | 2025-06-16 | 27.1 MB | |
phpDocumentor.phar.asc | 2025-06-16 | 455 Bytes | |
README.md | 2025-06-16 | 2.5 kB | |
v3.8.0 source code.tar.gz | 2025-06-16 | 4.5 MB | |
v3.8.0 source code.zip | 2025-06-16 | 4.9 MB | |
Totals: 5 Items | 36.6 MB | 1 |
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 https://github.com/phpDocumentor/phpDocumentor/pull/3926
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 https://github.com/phpDocumentor/phpDocumentor/pull/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 https://github.com/phpDocumentor/phpDocumentor/pull/3932
Fixes bugs
- Magic element filter by @jaapio in https://github.com/phpDocumentor/phpDocumentor/pull/3934
- When path is empty fall back to root by @jaapio in https://github.com/phpDocumentor/phpDocumentor/pull/3875
Documentation
- update the trusted GPG key when using phive by @michalsn in https://github.com/phpDocumentor/phpDocumentor/pull/3876
Other changes
- allow PHP 8.4 by @odinuv in https://github.com/phpDocumentor/phpDocumentor/pull/3912
New Contributors
- @michalsn made their first contribution in https://github.com/phpDocumentor/phpDocumentor/pull/3876
- @odinuv made their first contribution in https://github.com/phpDocumentor/phpDocumentor/pull/3912
Full Changelog: https://github.com/phpDocumentor/phpDocumentor/compare/v3.7.1...v3.8.0