summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ale-php.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt
index ee7e5037..33bcbaba 100644
--- a/doc/ale-php.txt
+++ b/doc/ale-php.txt
@@ -5,6 +5,14 @@ ALE PHP Integration *ale-php-options*
-------------------------------------------------------------------------------
phpcs *ale-php-phpcs*
+g:ale_php_phpcs_executable *g:ale_php_phpcs_executable*
+ *b:ale_php_phpcs_executable*
+ Type: |String|
+ Default: `'phpcs'`
+
+ See |ale-integrations-local-executables|
+
+
g:ale_php_phpcs_standard *g:ale_php_phpcs_standard*
*b:ale_php_phpcs_standard*
Type: |String|
@@ -15,6 +23,14 @@ g:ale_php_phpcs_standard *g:ale_php_phpcs_standard*
PEAR coding standard, or the standard you have set as the default.
+g:ale_php_phpcs_use_global *g:ale_php_phpcs_use_global*
+ *b:ale_php_phpcs_use_global*
+ Type: |Number|
+ Default: `0`
+
+ See |ale-integrations-local-executables|
+
+
------------------------------------------------------------------------------
phpmd *ale-php-phpmd*