summaryrefslogtreecommitdiff
path: root/doc/ale-php.txt
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2018-11-01 18:20:48 +0100
committerCyril Roelandt <tipecaml@gmail.com>2018-11-01 18:52:28 +0100
commitf34c089685d1437f523e9c947c06b402f12c4b95 (patch)
tree48ddd88a98fd89747be573c61f688f7f65a3d052 /doc/ale-php.txt
parent4b841b55869e3ec5b02806f9b2fe962ffdca2750 (diff)
downloadale-f34c089685d1437f523e9c947c06b402f12c4b95.zip
PHP linter: make the path to the executable configurable
Fixes #1388
Diffstat (limited to 'doc/ale-php.txt')
-rw-r--r--doc/ale-php.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt
index 2eed838e..83bc0fd5 100644
--- a/doc/ale-php.txt
+++ b/doc/ale-php.txt
@@ -204,4 +204,14 @@ 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: