Skip to content
Snippets Groups Projects
Commit 694251f7 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

psalm: suppress a false positive with newer symfony

parent 850bb68c
Branches
Tags
No related merge requests found
Pipeline #90148 passed
......@@ -12,4 +12,11 @@
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<UndefinedDocblockClass>
<errorLevel type="suppress">
<referencedClass name="UnitEnum" />
</errorLevel>
</UndefinedDocblockClass>
</issueHandlers>
</psalm>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment