jdorn / sql-formatter

A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
http://jdorn.github.com/sql-formatter/
MIT License
3.89k stars 187 forks source link

Closing only block comment #99

Open ondrejhlavacek opened 6 years ago

ondrejhlavacek commented 6 years ago

Parsing just the */ string yields

Notice: Uninitialized string offset: 1

in https://github.com/jdorn/sql-formatter/blob/7ef9b85961956aa572413693e1194b60f50ab9ab/lib/SqlFormatter.php#L217