slawomirkania / class-generator-bundle

Generate classes, interfaces and PHPUnit test classes from YAML schema
MIT License
7 stars 1 forks source link

whitespaces and psr2 compliance #9

Open komik966 opened 7 years ago

komik966 commented 7 years ago

https://github.com/slawomirkania/class-generator-bundle/commit/3c0ad7e831a16c5d6052ccee602c1b9fa88d1a9c#diff-a300163b07f23e2a48f31463e7d30c32 in this tests were added redundant whitespaces or lines (around constructor for example)

slawomirkania commented 7 years ago

I had some problems with proper generating files and I am planning some refactoring in the future. Until this time I put some advice in README file "Tip: For better code format quality use PHP-CS-Fixer on generated files". But if you want to improve this issue, feel free to do it :)