Merge pull request #2491 from mpesari/phpstan-autoload-option

Add phpstan autoload option
This commit is contained in:
w0rp
2019-05-12 21:32:57 +01:00
committed by GitHub
3 changed files with 21 additions and 0 deletions

View File

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