mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Fix visibility of the ArcanistPhpcsLinter::getMandatoryFlags
method
Summary: Ref T6822. Test Plan: All the cool linters are doing it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T6822 Differential Revision: https://secure.phabricator.com/D11414
This commit is contained in:
parent
6694834f29
commit
8173ea3eea
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ final class ArcanistPhpcsLinter extends ArcanistExternalLinter {
|
|||
return 'phpcs';
|
||||
}
|
||||
|
||||
public function getMandatoryFlags() {
|
||||
protected function getMandatoryFlags() {
|
||||
return array('--report=xml');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue