Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 296 Bytes

V039.md

File metadata and controls

15 lines (9 loc) · 296 Bytes

V039 - Trait protected method removed

  • Code: V039
  • Level: MAJOR
  • Rule: Trait protected method removed

Description

Removing a protected method from a trait will break any class using this method.

  • [MAJOR] Makes incompatible API changes

Examples

Go back to ruleset