- Code: V047
- Level: MAJOR
- Rule: Trait public method added
Adding a new public method to a trait may cause conflict in classes using said trait if they have a method with similar name.
- [MAJOR] Makes incompatible API changes
Adding a new public method to a trait may cause conflict in classes using said trait if they have a method with similar name.