Update documentation

This commit is contained in:
Edwin Huijsing 2024-02-02 20:57:06 +01:00
parent d30fdee083
commit 324f9b260d

View File

@ -66,6 +66,25 @@ g:ale_php_phan_use_client *g:ale_php_phan_use_client*
instead of the phan standalone.
===============================================================================
phpactor *ale-php-phpactor*
g:ale_php_phpactor_executable *g:ale_php_phpactor_executable*
*b:ale_php_phpactor_executable*
Type: |String|
Default: `'phpactor'`
See |ale-integrations-local-executables|
g:ale_php_phpactor_use_global *g:ale_php_phpactor_use_global*
*b:ale_php_phpactor_use_global*
Type: |Number|
Default: `get(g:, 'ale_use_global_executables', 0)`
See |ale-integrations-local-executables|
===============================================================================
phpcbf *ale-php-phpcbf*