Accept int as map key too #163
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
Been there done that :) |
See: <#163> Reviewed by: epriestley
|
Bleh. Thanks. Cherry-picked as b4e91e1. |
See: <phacility#163> Reviewed by: epriestley
Accept integers in severity map too since when you pass the following
to
.arclintit throws an error. Reason isjson_decodeor PHP itself implicitly casting"3"into an integer3.