Does anyone know of a good tool for cleaning up/formatting PHP files? I’d need something that can handle HTML with < ?php ?> tags, as well as pure PHP files. Ideally, I’d like a Maven mojo, since the rest of my code is being generated by Maven already.
Share
I haven’t really found any completely satisfactory solution yet, but I’m comparing several options, now. I’ll be documenting my progress on my blog, if anyone’s interested in the future.