kasparsd / minit

A WordPress plugin to combine CSS and Javascript files.
GNU General Public License v2.0
286 stars 46 forks source link

Make WPCS happy and the code more readable #77

Closed szepeviktor closed 8 years ago

szepeviktor commented 8 years ago

Mostly braces for if-s and indentations.

kasparsd commented 8 years ago

Thank you @szepeviktor!

szepeviktor commented 8 years ago

For the record:

phpcbf --standard=PSR2 --sniffs=Generic.ControlStructures.InlineControlStructure,Squiz.WhiteSpace.ScopeClosingBrace .
phpcbf --standard=WordPress-Core .
kasparsd commented 8 years ago

@szepeviktor We should probably start using https://github.com/xwp/wp-dev-lib

szepeviktor commented 8 years ago

Yes, some Travis tests (unit test, functional test, and code styling) would be nice.