c9s / CLIFramework

A powerful command line application framework for PHP. It's an extensible, flexible component, You can build your command-based application in seconds!
Other
437 stars 51 forks source link

Adhere to PSR-1/PSR-2 #73

Open igorsantos07 opened 9 years ago

igorsantos07 commented 9 years ago

This action would help people to undestand code and contribute, without issues on code-styling changes :)

Specially, there's a lot of unneeded spaces being used in function calls and/or if clauses.

c9s commented 9 years ago

I am fine with new code come up with PSR-1/2, but I don't prefer using a formatter to reformat these code, because we have some branches not merged yet. the space/line changes might cause conflicts.

igorsantos07 commented 9 years ago

indeed. might stay here for later :)