PHP linter: make the path to the executable configurable

Fixes #1388
This commit is contained in:
Cyril Roelandt
2018-11-01 18:20:48 +01:00
parent 4b841b5586
commit f34c089685
4 changed files with 29 additions and 2 deletions

View File

@@ -203,5 +203,15 @@ g:ale_php_cs_fixer_options *g:ale_php_cs_fixer_options*
This variable can be set to pass additional options to php-cs-fixer.
===============================================================================
php *ale-php-php*
g:ale_php_php_executable *g:ale_php_php_executable*
*b:ale_php_php_executable*
Type: |String|
Default: `'php'`
This variable sets the executable used for php.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: