summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArie Oldman <arie.oldman@vhs7.tv>2021-11-12 16:18:49 +1100
committerGitHub <noreply@github.com>2021-11-12 14:18:49 +0900
commitff26ed72312838acbc801cc5e410faa5bab181e1 (patch)
treee39fa8e2b1cbc5ae77eaee2fe6d0d5821b035fc2 /doc
parenta9d7f45924b97a5244fb626dd9ae0bf934ca1ee6 (diff)
downloadale-ff26ed72312838acbc801cc5e410faa5bab181e1.zip
Adds --memory-limit support for phpstan (#3973)
* Adds --memmory-limit option for PHPStan linter * Updates docs for phpstan --memory-limit option. * Adds Arizard to authors * Adds test for phpstan memory limit parameter * Fixes order of parameters in test * Changes dash to underscore
Diffstat (limited to 'doc')
-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*