PHP strict standards
- Declaration of overridden method should be compatible with parent class
Reports the overridden methods declarations that are not compatible with the parent class.
- Static function should not be abstract
Reports the static methods that are declared as abstract.
Last modified: 11 September 2024