summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-11-04 10:13:44 +0000
committerGitHub <noreply@github.com>2018-11-04 10:13:44 +0000
commit6aab3fe20929e44401f56bd7fb28cb491a742c8c (patch)
tree3628b6f4b05dedb29a247ee8c6b2b79093427501 /doc
parent93180239b9f5bf3d22d28eea2fc7b6d6a3aca09f (diff)
parentf34c089685d1437f523e9c947c06b402f12c4b95 (diff)
downloadale-6aab3fe20929e44401f56bd7fb28cb491a742c8c.zip
Merge pull request #2044 from Steap/bug/1388
PHP linter: make the path to the executable configurable
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-php.txt10
-rw-r--r--doc/ale.txt1
2 files changed, 11 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:
diff --git a/doc/ale.txt b/doc/ale.txt
index 59b9f352..e4fc0e3c 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -224,6 +224,7 @@ CONTENTS *ale-contents*
phpstan.............................|ale-php-phpstan|
psalm...............................|ale-php-psalm|
php-cs-fixer........................|ale-php-php-cs-fixer|
+ php.................................|ale-php-php|
po....................................|ale-po-options|
write-good..........................|ale-po-write-good|
pod...................................|ale-pod-options|