Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 357 Bytes

V043.md

File metadata and controls

15 lines (9 loc) · 357 Bytes

V043 - Trait protected method parameter added

  • Code: V043
  • Level: MAJOR
  • Rule: Trait protected method parameter added

Description

Changing a trait protected method parameters may result in any client code being unable to call it with the proper arguments.

  • [MAJOR] Makes incompatible API changes

Examples

Go back to ruleset