benmatselby / sublime-phpcs

🔍 PHP CodeSniffer, PHP Coding Standard Fixer, Linter, and Mess Detector Support for Sublime Text
Other
812 stars 126 forks source link

Added setting for PHP executable path #16

Closed dprevite closed 12 years ago

dprevite commented 12 years ago

I added phpcs_php_path as an option to set the path to PHP. Helpful if you have multiple versions of PHP installed or if it's not set in the path correctly.

benmatselby commented 12 years ago

Hi Dan

I rebased your changes into one commit and it's now merged in.. Thanks for this contribution