diff options
author | Ruslan Osmanov <rrosmanov@gmail.com> | 2017-09-30 23:18:20 +0700 |
---|---|---|
committer | Ruslan Osmanov <rrosmanov@gmail.com> | 2017-09-30 23:36:10 +0700 |
commit | a640d3b0222cb1ebb93e0e7850921213170d0aa3 (patch) | |
tree | ade74b3785c706750ab2054cade47900748d5083 /doc | |
parent | c989ef0fc69c6bfb702fd91ff9ea08d0759db691 (diff) | |
download | ale-a640d3b0222cb1ebb93e0e7850921213170d0aa3.zip |
Added g:ale_php_phpstan_configuration option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-php.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt index adaca08a..bae6d7d0 100644 --- a/doc/ale-php.txt +++ b/doc/ale-php.txt @@ -124,5 +124,13 @@ g:ale_php_phpstan_level *g:ale_php_phpstan_level* strictest. +g:ale_php_phpstan_configuration *g:ale_php_phpstan_configuration* + *b:ale_php_phpstan_configuration* + Type: |String| + Default: `''` + + This variable sets path to phpstan configuration file. + + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |