mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Accept int as map key too
See: <https://github.com/facebook/arcanist/pull/163> Reviewed by: epriestley
This commit is contained in:
parent
213997dc9d
commit
b4e91e1a37
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ abstract class ArcanistLinter {
|
|||
|
||||
public function getLinterConfigurationOptions() {
|
||||
return array(
|
||||
'severity' => 'optional map<string, string>',
|
||||
'severity' => 'optional map<string|int, string>',
|
||||
'severity.rules' => 'optional map<string, string>',
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue