The ArcanistXHPASTLinter::LINT_TOSTRING_EXCEPTION linter rule was introduced in D12854, but fails for the following:
- Interfaces which declare the __toString() method.
- Classes which mark the __toString() method as abstract.
Differential D12892
Improve ArcanistXHPASTLinter::LINT_TOSTRING_EXCEPTION joshuaspence on May 17 2015, 11:13 PM. Authored by Tags None Referenced Files
Subscribers
Details
The ArcanistXHPASTLinter::LINT_TOSTRING_EXCEPTION linter rule was introduced in D12854, but fails for the following:
Added test cases.
Diff Detail
|