Class hierarchy checks

Last modified: 03 December 2024

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.