Skip to content

Commit

Permalink
Fix error level docs
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Feb 18, 2020
1 parent aab8eed commit 2cb3d0f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/running_psalm/error_levels.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,19 @@ Level 5 and above allows a more non-verifiable code, and higher levels are even
- [MixedReturnTypeCoercion](issues.md#mixedreturntypecoercion)
- [MixedStringOffsetAssignment](issues.md#mixedstringoffsetassignment)
- [MixedTypeCoercion](issues.md#mixedtypecoercion)
- [PossiblyNullOperand](issues.md#possiblynulloperand)

## Errors ignored at level 3 and higher

These issues are treated as errors at level 2 and below.

- [DeprecatedClass](issues.md#deprecatedclass)
- [DeprecatedConstant](issues.md#deprecatedconstant)
- [DeprecatedFunction](issues.md#deprecatedfunction)
- [DeprecatedInterface](issues.md#deprecatedinterface)
- [DeprecatedMethod](issues.md#deprecatedmethod)
- [DeprecatedProperty](issues.md#deprecatedproperty)
- [DeprecatedTrait](issues.md#deprecatedtrait)
- [DocblockTypeContradiction](issues.md#docblocktypecontradiction)
- [InvalidDocblockParamName](issues.md#invaliddocblockparamname)
- [InvalidFalsableReturnType](issues.md#invalidfalsablereturntype)
Expand Down Expand Up @@ -151,7 +159,6 @@ These issues are treated as errors at level 3 and below.
- [PossiblyNullArrayOffset](issues.md#possiblynullarrayoffset)
- [PossiblyNullFunctionCall](issues.md#possiblynullfunctioncall)
- [PossiblyNullIterator](issues.md#possiblynulliterator)
- [PossiblyNullOperand](issues.md#possiblynulloperand)
- [PossiblyNullPropertyAssignment](issues.md#possiblynullpropertyassignment)
- [PossiblyNullPropertyAssignmentValue](issues.md#possiblynullpropertyassignmentvalue)
- [PossiblyNullPropertyFetch](issues.md#possiblynullpropertyfetch)
Expand All @@ -167,13 +174,6 @@ These issues are treated as errors at level 3 and below.

These issues are treated as errors at level 4 and below.

- [DeprecatedClass](issues.md#deprecatedclass)
- [DeprecatedConstant](issues.md#deprecatedconstant)
- [DeprecatedFunction](issues.md#deprecatedfunction)
- [DeprecatedInterface](issues.md#deprecatedinterface)
- [DeprecatedMethod](issues.md#deprecatedmethod)
- [DeprecatedProperty](issues.md#deprecatedproperty)
- [DeprecatedTrait](issues.md#deprecatedtrait)
- [FalseOperand](issues.md#falseoperand)
- [ForbiddenCode](issues.md#forbiddencode)
- [ImplementedParamTypeMismatch](issues.md#implementedparamtypemismatch)
Expand Down

0 comments on commit 2cb3d0f

Please sign in to comment.