Class hierarchy checks

Last modified: Last modified: 18 September 2025

Checks the class hierarchy: abstract methods implementation, compatibility of implementing/overriding methods with their declarations in parent classes, and property types redeclarations.

All reported violations result in PHP fatal errors. It is not recommended to disable or suppress this inspection.