Improve the ArcanistXHPASTLinter::LINT_ARRAY_SEPARATOR rule to be able to autofix the following code:
array( 1, 2, 3, /* comment */ );
Differential D12308
Further improvements to array comma linter rule joshuaspence on Apr 6 2015, 9:56 PM. Authored by Tags None Referenced Files
Subscribers
Details
Improve the ArcanistXHPASTLinter::LINT_ARRAY_SEPARATOR rule to be able to autofix the following code: array( 1, 2, 3, /* comment */ ); Added unit tests.
Diff Detail
|