summaryrefslogtreecommitdiff
path: root/doc/ale-php.txt
diff options
context:
space:
mode:
authortmn-o3 <tomorrow2009@live.jp>2017-08-20 05:47:21 +0000
committertmn-o3 <tomorrow2009@live.jp>2017-08-20 05:47:21 +0000
commit5a9a365aed333560c9490dbddc8f382f47c08564 (patch)
treedad86e2b78fcf35e10e756ee8262dc2d640e007d /doc/ale-php.txt
parente5d0a17694897dc8e234f534cfa33fc3483d8e12 (diff)
downloadale-5a9a365aed333560c9490dbddc8f382f47c08564.zip
add phpcbf fixer
Diffstat (limited to 'doc/ale-php.txt')
-rw-r--r--doc/ale-php.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt
index 8865021a..e2b0de6f 100644
--- a/doc/ale-php.txt
+++ b/doc/ale-php.txt
@@ -94,5 +94,35 @@ g:ale_php_phpstan_level *g:ale_php_phpstan_level*
This variable controls the rule levels. 0 is the loosest and 4 is the
strictest.
+
+-------------------------------------------------------------------------------
+phpcbf *ale-php-phpcbf*
+
+g:ale_php_phpcbf_executable *g:ale_php_phpcbf_executable*
+ *b:ale_php_phpcbf_executable*
+ Type: |String|
+ Default: `'phpcbf'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_php_phpcbf_standard *g:ale_php_phpcbf_standard*
+ *b:ale_php_phpcbf_standard*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to specify the coding standard used by phpcbf. If no
+ coding standard is specified, phpcbf will default to fixing against the
+ PEAR coding standard, or the standard you have set as the default.
+
+
+g:ale_php_phpcbf_use_global *g:ale_php_phpcbf_use_global*
+ *b:ale_php_phpcbf_use_global*
+ Type: |Number|
+ Default: `0`
+
+ See |ale-integrations-local-executables|
+
+
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: