LocalisationCache: Use file_get_contents instead of DOMDocument::load
[lhc/web/wiklou.git] / .jscsrc
1 {
2 "preset": "wikimedia",
3
4 "disallowKeywordsOnNewLine": null,
5 "disallowQuotedKeysInObjects": null,
6 "requireSpacesInsideArrayBrackets": null,
7 "validateIndentation": null
8 }