mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix error in ByIssueLvelAndTypeReport heading
This commit is contained in:
parent
699ee344d4
commit
54239838fe
@ -34,7 +34,7 @@ final class ByIssueLevelAndTypeReport extends Report
|
||||
| |
|
||||
| The level at which issue is reported as an error is given in brackets - e.g. |
|
||||
| `ERROR (2): MissingReturnType` indicates that MissingReturnType is only reported |
|
||||
| as an error when Psalm's level is set to 4 or below. |
|
||||
| as an error when Psalm's level is set to 2 or below. |
|
||||
| |
|
||||
| Issues are shown or hidden in this report according to current settings. For |
|
||||
| the most complete report set Psalm's error level to 0 or use --show-info=true |
|
||||
|
@ -37,7 +37,7 @@ class ByIssueLevelAndTypeReportTest extends TestCase
|
||||
| |
|
||||
| The level at which issue is reported as an error is given in brackets - e.g. |
|
||||
| `ERROR (2): MissingReturnType` indicates that MissingReturnType is only reported |
|
||||
| as an error when Psalm's level is set to 4 or below. |
|
||||
| as an error when Psalm's level is set to 2 or below. |
|
||||
| |
|
||||
| Issues are shown or hidden in this report according to current settings. For |
|
||||
| the most complete report set Psalm's error level to 0 or use --show-info=true |
|
||||
|
Loading…
x
Reference in New Issue
Block a user