diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-10-14 16:18:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 16:18:10 +0100 |
commit | 7c5825ecbc166d71976d01213e42723128d933e7 (patch) | |
tree | 17921bb695670e3517f2130b623616b10c272f3e | |
parent | 01219f03080e5ec2d6c14681e9674f8464d5a32a (diff) | |
parent | 889e6338fe37a4960fded05deaaa760619fa4c03 (diff) | |
download | ale-7c5825ecbc166d71976d01213e42723128d933e7.zip |
Merge pull request #2803 from diegosouza/update_highest_phpstan_level
Update highest phpstan level
-rw-r--r-- | doc/ale-php.txt | 4 |
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. |