Browse Source

Ignore the exception that is unknown

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/4496/head
Joas Schilling 6 years ago
parent
commit
2b7ce7a2d3
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 5
      psalm.xml

5
psalm.xml

@ -34,6 +34,11 @@
<referencedClass name="Doctrine\DBAL\Schema\Table" />
</errorLevel>
</UndefinedDocblockClass>
<InvalidThrow>
<errorLevel type="suppress">
<referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
</errorLevel>
</InvalidThrow>
</issueHandlers>
<stubs>
<file name="tests/stubs/oc_comments_manager.php" />

Loading…
Cancel
Save