summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Mendes <diegomendes@santos.sp.gov.br>2019-10-02 09:22:04 -0300
committerDiego Mendes <diegomendes@santos.sp.gov.br>2019-10-02 09:22:04 -0300
commit889e6338fe37a4960fded05deaaa760619fa4c03 (patch)
treeeb095c907c1f68a90eb1e5252ee4f0353fdcef80
parent41ff80dc9ec2cc834cc8c4aaa753e308223d48b8 (diff)
downloadale-889e6338fe37a4960fded05deaaa760619fa4c03.zip
highest phpstan level in doc updated
-rw-r--r--doc/ale-php.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt
index d41fb50d..e17e1023 100644
--- a/doc/ale-php.txt
+++ b/doc/ale-php.txt
@@ -157,9 +157,9 @@ g:ale_php_phpstan_level *g:ale_php_phpstan_level*
Type: |String|
Default: `''`
- This variable controls the rule levels. 0 is the loosest and 4 is the
+ This variable controls the rule levels. 0 is the loosest and 7 is the
strictest. If this option isn't set, the rule level will be controlled by
- the configuration file. If no configuration file can be detected, `'4'` will
+ the configuration file. If no configuration file can be detected, `'7'` will
be used instead.