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:
parent
306ed07cfc
commit
f51384e74e
@ -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>
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user