Provides a configurable, high-performance formatter for PHP code.
This crate defines the main [Formatter] entry point, which orchestrates the process
of parsing source code, converting it into an intermediate document model, and
printing it as a well-formatted string according to customizable settings.