1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Merge pull request #9590 from dantleech/add-error-level-option-help

Add CLI help for the error-level option
This commit is contained in:
orklah 2023-03-31 19:44:09 +02:00 committed by GitHub
commit fd4f7b701c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1273,6 +1273,9 @@ final class Psalm
--php-version=PHP_VERSION
Explicitly set PHP version to analyse code against.
--error-level=ERROR_LEVEL
Set the error reporting level
Surfacing issues:
--show-info[=BOOLEAN]
Show non-exception parser findings (defaults to false).