1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00

Fix error in ByIssueLvelAndTypeReport heading

This commit is contained in:
Barney Laurance 2022-12-02 00:17:27 +00:00
parent 699ee344d4
commit 54239838fe
2 changed files with 2 additions and 2 deletions

View File

@ -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 |

View File

@ -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 |