doctrine/sql-formatter

Remove public properties

greg0ire opened this issue · 5 comments

Remove public properties

I suggest to mark as private also removeComments() and splitQuery() currently public

I suggest to mark as private also removeComments() and splitQuery() currently public

looking better, they are not used at all, so I guess can be just removed

looking better, they are not used at all, so I guess can be just removed

wait 🤔 both are mentioned in the README, why did you want to mark them as private? I think they are deliberately part of the public API

I think they are deliberately part of the public API

yes, but IMO they have nothing to do with this LIB

Good point at least about splitQuery!

Another feature, which is unrelated to formatting, is the ability to break up a

I think you're right, let's remove those.