I have a PHP project with large true versions (hundreds of files) that I was attracted to, and the original formatting was not very consistent from the start. Now I would like to use all the source code and format it in accordance with the Zend Framework coding standards (tabs in spaces, short tags in full php tags, indentation correction, etc.), however this is not a task that can be done manually. How can I automate this process?
PHLAK source
share