Page MenuHomePhabricator

Add a linter rule for unnecessary use of the `final` modifier
ClosedPublic

Authored by joshuaspence on Mar 23 2015, 1:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 1, 9:06 AM
Unknown Object (File)
Mar 13 2024, 12:51 PM
Unknown Object (File)
Feb 17 2024, 1:34 AM
Unknown Object (File)
Feb 15 2024, 2:09 PM
Unknown Object (File)
Feb 15 2024, 2:09 PM
Unknown Object (File)
Feb 15 2024, 2:03 PM
Unknown Object (File)
Feb 15 2024, 1:28 PM
Unknown Object (File)
Feb 3 2024, 9:24 AM
Subscribers

Details

Summary

Ref T7409. This was based on rhttps://github.com/squizlabs/PHP_CodeSniffer/blob/master/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php.

Test Plan

Added unit tests.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Add a linter rule for unnecessary use of the `final` modifier.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Mar 23 2015, 1:14 PM
This revision was automatically updated to reflect the committed changes.