See D10687#104589.
Details
Details
- Reviewers
epriestley richardvanvelzen - Group Reviewers
Blessed Reviewers - Commits
- rARCa232f7d5b874: Improvements to `LINT_IMPLICIT_VISIBILITY`
Wrote unit tests.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Seems reasonable to me.
One minor question - should it be:
- static public function or public static function
- abstract public function or public abstract function
?
For 1. I prefer the latter, while for 2. I prefer the former.
However, I don't care either way. This looks fine.
Comment Actions
I think we use public static (vs static public) and abstract public (vs public abstract) nearly 100% of the time, although leaving the order undefined also seems fine to me.