oyejorge / less.php

less.js ported to PHP.
http://lessphp.typesettercms.com
Apache License 2.0
655 stars 2 forks source link

Run php code sniffer #262

Open paladox opened 9 years ago

paladox commented 9 years ago

Please run php code sniffer to clean up code usage. And to display the code nicely.

oyejorge commented 9 years ago

I'm not entirely opposed to code sniffers, but I used one previously on less.php and actually found it somewhat counter-productive. As I'm sure you know, the code of less.php is just a translation of less.js (with a few changes to improve performance). The code sniffer made suggestions for changes that weren't a part of less.js. In the end, I found it distracting when it was already difficult to make less.php work properly.