Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 349 Bytes

V020.md

File metadata and controls

15 lines (9 loc) · 349 Bytes

V020 - Class protected property added

  • Code: V020
  • Level: MAJOR
  • Rule: Class protected property added

Description

The addition of a protected property to a class may enter in conflict with subclasses that may contain a property with the same name.

  • [MAJOR] Makes incompatible API changes

Examples

Go back to ruleset