summaryrefslogtreecommitdiff
path: root/doc/ale-php.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-php.txt')
-rw-r--r--doc/ale-php.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt
index 4ee016fb..1c9822dc 100644
--- a/doc/ale-php.txt
+++ b/doc/ale-php.txt
@@ -187,6 +187,15 @@ g:ale_php_phpstan_autoload *g:ale_php_phpstan_autoload*
This variable sets path to phpstan autoload file.
+g:ale_php_phpstan_memory_limit *g:ale_php_phpstan_memory-limit*
+ *b:ale_php_phpstan_memory-limit*
+ Type: |String|
+ Default: `''`
+
+ This variable sets the memory limit for phpstan analysis. This is a string
+ in the same format as `php.ini` accepts, e.g. `128M`, `1G`.
+
+
===============================================================================
psalm *ale-php-psalm*