@phpactor How do I disable some diagnostic features in phpactor? I tried adding this to my phpactor.json to no effect:
"diagnostics.undefined_variable.enabled": false,
"diagnostics.unresolvable_name.enabled": false
The Diagnostics page doesn't mention how to use these keywords in the config file. https://phpactor.readthedocs.io/en/master/reference/diagnostic.html