summaryrefslogtreecommitdiff
path: root/doc/ale-php.txt
diff options
context:
space:
mode:
authorMikko Pesari <mikko@pesari.fi>2019-05-10 18:25:07 +0300
committerMikko Pesari <mikko@pesari.fi>2019-05-10 18:28:32 +0300
commitafa20d96ca532f08126f298d25a3aea2b1a94835 (patch)
tree03cc70408b5875927ecf512a3b882ec4e92afd8e /doc/ale-php.txt
parent79e42fed14b35767d53d7d443a644a037e012b89 (diff)
downloadale-afa20d96ca532f08126f298d25a3aea2b1a94835.zip
Add phpstan autoload option
Diffstat (limited to 'doc/ale-php.txt')
-rw-r--r--doc/ale-php.txt8
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*