- Code: V041
- Level: MAJOR
- Rule: Trait protected property removed
Removing a property from a trait may break a class using said trait if it accesses this property directly.
- [MAJOR] Makes incompatible API changes
Removing a property from a trait may break a class using said trait if it accesses this property directly.