Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 330 Bytes

V018.md

File metadata and controls

15 lines (9 loc) · 330 Bytes

V018 - Final class protected method added

  • Code: V018
  • Level: MINOR
  • Rule: Final class protected method added

Description

A final class cannot be inherited, thus any protected code is not visible to clients.

  • [MINOR] Adds functionality in a backwards-compatible manner

Examples

Go back to ruleset