- Code: V048
- Level: MAJOR
- Rule: Trait protected method added
Adding a new protected method to a trait which is used within a class may cause conflicts if this class already has a method with the same name.
- [MAJOR] Makes incompatible API changes
Adding a new protected method to a trait which is used within a class may cause conflicts if this class already has a method with the same name.