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, Dec 16, 3:03 AM
Unknown Object (File)
Sun, Dec 15, 7:22 AM
Unknown Object (File)
Thu, Dec 12, 4:56 AM
Unknown Object (File)
Tue, Dec 10, 9:50 AM
Unknown Object (File)
Fri, Dec 6, 4:48 AM
Unknown Object (File)
Nov 22 2024, 11:31 AM
Unknown Object (File)
Nov 7 2024, 11:12 AM
Unknown Object (File)
Nov 3 2024, 11:39 PM
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.