Add php phpcbf options (#3383)

* Taken from phpcs. add add_php_phpcbf_options #3382
* Updated docs for php_phpcbf_options #3382
* Added tests #3382
This commit is contained in:
Dale Jung
2020-11-21 15:19:02 -05:00
committed by GitHub
parent d1246ea8d5
commit 2873be2d6a
3 changed files with 21 additions and 1 deletions

View File

@@ -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*