summaryrefslogtreecommitdiff
path: root/doc/ale-php.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-php.txt')
-rw-r--r--doc/ale-php.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt
index 1c9822dc..e4da97d3 100644
--- a/doc/ale-php.txt
+++ b/doc/ale-php.txt
@@ -1,6 +1,13 @@
===============================================================================
ALE PHP Integration *ale-php-options*
+
+===============================================================================
+cspell *ale-php-cspell*
+
+See |ale-cspell-options|
+
+
===============================================================================
langserver *ale-php-langserver*
@@ -41,6 +48,7 @@ g:ale_php_phan_minimum_severity *g:ale_php_phan_minimum_severity*
This variable defines the minimum severity level.
+
g:ale_php_phan_executable *g:ale_php_phan_executable*
*b:ale_php_phan_executable*
Type: |String|
@@ -48,6 +56,7 @@ g:ale_php_phan_executable *g:ale_php_phan_executable*
This variable sets executable used for phan or phan_client.
+
g:ale_php_phan_use_client *g:ale_php_phan_use_client*
*b:ale_php_phan_use_client*
Type: |Number|
@@ -56,6 +65,7 @@ g:ale_php_phan_use_client *g:ale_php_phan_use_client*
This variable can be set to 1 to use the phan_client with phan daemon mode
instead of the phan standalone.
+
===============================================================================
phpcbf *ale-php-phpcbf*
@@ -129,6 +139,7 @@ g:ale_php_phpcs_options *g:ale_php_phpcs_options*
This variable can be set to pass additional options to php-cs
+
===============================================================================
phpmd *ale-php-phpmd*