diff options
author | Mikko Pesari <mikko@pesari.fi> | 2019-05-10 18:25:07 +0300 |
---|---|---|
committer | Mikko Pesari <mikko@pesari.fi> | 2019-05-10 18:28:32 +0300 |
commit | afa20d96ca532f08126f298d25a3aea2b1a94835 (patch) | |
tree | 03cc70408b5875927ecf512a3b882ec4e92afd8e /doc | |
parent | 79e42fed14b35767d53d7d443a644a037e012b89 (diff) | |
download | ale-afa20d96ca532f08126f298d25a3aea2b1a94835.zip |
Add phpstan autoload 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 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* |