You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use HtmlHighlighter for SQL formatting with proper color output
The default Doctrine SqlFormatter uses HtmlHighlighter which produces
colored HTML output with pre tags, matching the old jdorn/sql-formatter
behavior. NullHighlighter only produces plain text without formatting.
0 commit comments