I have an application that built and run in PHP codes. And hundreds of whitespaces (such as tab space, more than one spaces and line breaks) that I’ve written during my development and I want to publish it in production. Is there an available tool or application that could trim my codes?
Share
You can use any Online PHP formatter as suggested by Jack in comments i.e; http://beta.phpformatter.com/
OR use any IDE which provides such feature, I use PHPStorm and it provides auto formatting for this.