Extends ArcanistSelfMemberReferenceXHPASTLinterRule to warn about the use of a hardcoded class name instead of self when instantiating a class. Arguably, we should maybe rename the linter rule from ArcanistSelfMemberReferenceXHPASTLinterRule to ArcanistSelfUsageXHPASTLinterRule, or even maybe split this rule into three separate rules:
- ArcanistSelfMemberReferenceXHPASTLinterRule
- ArcanistSelfSpacingXHPASTLinterRule
- ArcanistSelfClassReferenceXHPASTLinterRule.