1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Update dealing_with_code_issues.md

This commit is contained in:
Tarmo Leppänen 2020-02-20 20:36:54 +02:00 committed by Matthew Brown
parent 306ed07cfc
commit f51384e74e

View File

@ -45,6 +45,11 @@ Some issue types allow the use of `referencedMethod` and `referencedClass` to is
<referencedClass name="Bar\Bat\Baz" />
</errorLevel>
</UndefinedClass>
<PropertyNotSetInConstructor>
<errorLevel type="suppress">
<referencedProperty name="Symfony\Component\Validator\ConstraintValidator::$context" />
</errorLevel>
</PropertyNotSetInConstructor>
</issueHandlers>
```