thoroc / php_writeexcel

Johann Hanne's php lib to write excel file
14 stars 15 forks source link

Code standard. #9

Open thoroc opened 8 years ago

thoroc commented 8 years ago

Looking for input regarding php code standard. I am planning to use: https://github.com/FriendsOfPhp/PHP-CS-Fixer for this.

Wilkins commented 8 years ago

Personally, I use PHPCBF (PHP Code Beautifier and Fixer). It works like a charm for most of the PHPCS issues. But Sensio always do a great job, so that should be nice too.