Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 331 Bytes

V047.md

File metadata and controls

15 lines (9 loc) · 331 Bytes

V047 - Trait public method added

  • Code: V047
  • Level: MAJOR
  • Rule: Trait public method added

Description

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

Examples

Go back to ruleset