- Code: V030
- Level: PATCH
- Rule: Final class protected method added
A final class cannot be inherited thus protected method as not visible to the clients.
- [PATCH] Makes backwards-compatible bug fixes
A final class cannot be inherited thus protected method as not visible to the clients.