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

psalm: supress a false positive with newer symfony

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