- Code: V011
- Level: MAJOR
- Rule: Class protected method parameter added
A method for which parameters may have changed (either in their number, order or typehint) will cause issue to existing code depending on the method. Since subclasses can call a protected method, client code can break.
- [MAJOR] Makes incompatible API changes