summaryrefslogtreecommitdiff
path: root/doc/ale-php.txt
diff options
context:
space:
mode:
authorDale Jung <dale@dalejung.com>2020-11-21 15:19:02 -0500
committerGitHub <noreply@github.com>2020-11-21 20:19:02 +0000
commit2873be2d6a5e383edd1fead396a53a8a38eebd76 (patch)
treed3607b2c6db4cb98c8c862ad07244ed136106c26 /doc/ale-php.txt
parentd1246ea8d5d22e17fc8b6c6ace836d3eec89fa6d (diff)
downloadale-2873be2d6a5e383edd1fead396a53a8a38eebd76.zip
Add php phpcbf options (#3383)
* Taken from phpcs. add add_php_phpcbf_options #3382 * Updated docs for php_phpcbf_options #3382 * Added tests #3382
Diffstat (limited to 'doc/ale-php.txt')
-rw-r--r--doc/ale-php.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt
index 79d9a033..6da21046 100644
--- a/doc/ale-php.txt
+++ b/doc/ale-php.txt
@@ -85,6 +85,14 @@ g:ale_php_phpcbf_use_global *g:ale_php_phpcbf_use_global*
See |ale-integrations-local-executables|
+g:ale_php_phpcbf_options *g:ale_php_phpcbf_options*
+ *b:ale_php_phpcbf_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to php-cbf
+
+
===============================================================================
phpcs *ale-php-phpcs*