diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-05-12 21:32:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-12 21:32:57 +0100 |
commit | aa047b5ba3f3e16d18c54a0afb94642dc7568f78 (patch) | |
tree | fb7ba331a32a8a33954cdcffb3a7d013cc6f09ed /doc/ale-php.txt | |
parent | bfc79bd2aafffc9b8590f9ffa68254243e3f808a (diff) | |
parent | 6b919e88befb5de245d10b74fb9c68034e0d50eb (diff) | |
download | ale-aa047b5ba3f3e16d18c54a0afb94642dc7568f78.zip |
Merge pull request #2491 from mpesari/phpstan-autoload-option
Add phpstan autoload option
Diffstat (limited to 'doc/ale-php.txt')
-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 6f53cead..d41fb50d 100644 --- a/doc/ale-php.txt +++ b/doc/ale-php.txt @@ -171,6 +171,14 @@ g:ale_php_phpstan_configuration *g:ale_php_phpstan_configuration* This variable sets path to phpstan configuration file. +g:ale_php_phpstan_autoload *g:ale_php_phpstan_autoload* + *b:ale_php_phpstan_autoload* + Type: |String| + Default: `''` + + This variable sets path to phpstan autoload file. + + =============================================================================== psalm *ale-php-psalm* |