Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 341 Bytes

V002.md

File metadata and controls

15 lines (9 loc) · 341 Bytes

V002 - Function parameter added

  • Code: V002
  • Level: MAJOR
  • Rule: Function parameter added

Description

The addition of new parameters or change in their typehint will result in existing code not being able to call the method they depend on.

  • [MAJOR] Makes incompatible API changes

Examples

Go back to ruleset