Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T7417: Write a linter rule for method modifier ordering
- Commits
- rARC80691e0a6646: Add a linter rule for modifier ordering
Added unit tests.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The order we use everywhere is:
final/abstract public/protected/private static
Is there a strong argument for changing that order?