Revert unnecessary style changes

This commit is contained in:
Kirill Bulatov 2023-10-12 16:15:42 +03:00
parent 09ef3ccf67
commit 7aea95704e
5 changed files with 6 additions and 8 deletions

View file

@ -100,7 +100,6 @@ impl LspAdapter for IntelephenseLspAdapter {
async fn initialization_options(&self) -> Option<serde_json::Value> {
None
}
async fn language_ids(&self) -> HashMap<String, String> {
HashMap::from_iter([("PHP".into(), "php".into())])
}