Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 326 Bytes

V041.md

File metadata and controls

15 lines (9 loc) · 326 Bytes

V041 - Trait protected property removed

  • Code: V041
  • Level: MAJOR
  • Rule: Trait protected property removed

Description

Removing a property from a trait may break a class using said trait if it accesses this property directly.

  • [MAJOR] Makes incompatible API changes

Examples

Go back to ruleset