Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 351 Bytes

V021.md

File metadata and controls

15 lines (9 loc) · 351 Bytes

V021 - Final class protected method parameter added

  • Code: V021
  • Level: MINOR
  • Rule: Final class protected method parameter added

Description

A final class cannot be inherited thus protected method as not visible to the clients.

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

Examples

Go back to ruleset