pub fn format_document(source: &str) -> Option<Vec<TextEdit>>
Format source with the best available PHP formatter. Returns None if no formatter is installed or if the source was unchanged.
source
None