diff options
Diffstat (limited to 'doc/ale-php.txt')
-rw-r--r-- | doc/ale-php.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt index 4109673a..c8874106 100644 --- a/doc/ale-php.txt +++ b/doc/ale-php.txt @@ -3,6 +3,38 @@ ALE PHP Integration *ale-php-options* =============================================================================== +hack *ale-php-hack* + +There are no options for this linter. + + +=============================================================================== +langserver *ale-php-langserver* + +g:php_langserver_executable *g:php_langserver_executable* + *b:php_langserver_executable* + Type: |String| + Default: `'php-language-server.php'` + + The variable can be set to configure the executable that will be used for + running the PHP language server. `vendor` directory executables will be + preferred instead of this setting if |g:php_langserver_use_global| is `0`. + + See: |ale-integrations-local-executables| + + +g:php_langserver_use_global *g:php_langserver_use_global* + *b:php_langserver_use_global* + Type: |Number| + Default: `0` + + This variable can be set to `1` to force the language server to be run with + the executable set for |g:php_langserver_executable|. + + See: |ale-integrations-local-executables| + + +=============================================================================== phpcs *ale-php-phpcs* g:ale_php_phpcs_executable *g:ale_php_phpcs_executable* |