1
0
Fork 0
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:
Burak Yigit Kaya 2014-04-29 18:33:10 -07:00 committed by epriestley
parent 213997dc9d
commit b4e91e1a37

View file

@ -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>',
);
}