mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Remove unecassary subheadings in error levels documentation
This commit is contained in:
parent
cd18cdc554
commit
d6c7c86362
@ -91,8 +91,6 @@ Level 5 and above allows a more non-verifiable code, and higher levels are even
|
||||
|
||||
## Errors that appear at level 7 and below
|
||||
|
||||
These issues are treated as errors at level 7 and below.
|
||||
|
||||
- [AbstractInstantiation](issues/AbstractInstantiation.md)
|
||||
- [AssignmentToVoid](issues/AssignmentToVoid.md)
|
||||
- [CircularReference](issues/CircularReference.md)
|
||||
@ -108,8 +106,6 @@ These issues are treated as errors at level 7 and below.
|
||||
|
||||
## Errors that appear at level 6 and below
|
||||
|
||||
These issues are treated as errors at level 6 and below.
|
||||
|
||||
- [InvalidArgument](issues/InvalidArgument.md)
|
||||
- [InvalidArrayAccess](issues/InvalidArrayAccess.md)
|
||||
- [InvalidArrayAssignment](issues/InvalidArrayAssignment.md)
|
||||
@ -139,8 +135,6 @@ These issues are treated as errors at level 6 and below.
|
||||
|
||||
## Errors that appear at level 5 and below
|
||||
|
||||
These issues are treated as errors at level 5 and below.
|
||||
|
||||
- [ConstructorSignatureMismatch](issues/ConstructorSignatureMismatch.md)
|
||||
- [FalsableReturnStatement](issues/FalsableReturnStatement.md)
|
||||
- [InvalidNullableReturnType](issues/InvalidNullableReturnType.md)
|
||||
@ -152,8 +146,6 @@ These issues are treated as errors at level 5 and below.
|
||||
|
||||
## Errors that appear at level 4 and below
|
||||
|
||||
These issues are treated as errors at level 4 and below.
|
||||
|
||||
- [FalseOperand](issues/FalseOperand.md)
|
||||
- [ForbiddenCode](issues/ForbiddenCode.md)
|
||||
- [ImplementedParamTypeMismatch](issues/ImplementedParamTypeMismatch.md)
|
||||
@ -185,8 +177,6 @@ These issues are treated as errors at level 4 and below.
|
||||
|
||||
## Errors that appear at level 3 and below
|
||||
|
||||
These issues are treated as errors at level 3 and below.
|
||||
|
||||
- [ArgumentTypeCoercion](issues/ArgumentTypeCoercion.md)
|
||||
- [LessSpecificReturnStatement](issues/LessSpecificReturnStatement.md)
|
||||
- [MoreSpecificReturnType](issues/MoreSpecificReturnType.md)
|
||||
@ -227,8 +217,6 @@ These issues are treated as errors at level 3 and below.
|
||||
|
||||
## Errors that appear at level 2 and below
|
||||
|
||||
These issues are treated as errors at level 2 and below.
|
||||
|
||||
- [DeprecatedClass](issues/DeprecatedClass.md)
|
||||
- [DeprecatedConstant](issues/DeprecatedConstant.md)
|
||||
- [DeprecatedFunction](issues/DeprecatedFunction.md)
|
||||
|
Loading…
Reference in New Issue
Block a user