watzon / wsl-proxy

WSL proxy files for editor/linux interop
Do What The F*ck You Want To Public License
143 stars 25 forks source link

Feature #1

Closed mn13 closed 7 years ago

mn13 commented 7 years ago

Added phpcs.

There are 3 general ways to use phpcs (from PHP_CodeSniffer): 1) if downloaded .phar file, then run php phpcs.phar (phpcs.phar.bat) 2) if used PEAR, then it avialable from command line with phpcs command (phpcs.bat) 3) if installed from Composer, run PHP_CodeSniffer from the vendor bin directory (phpcs-composer.bat)

watzon commented 7 years ago

Thanks for the contribution!