Browse Source
Ignore the exception that is unknown
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/4496/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
5 additions and
0 deletions
-
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" /> |
|
|
|
|