mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
chore: make psalm more restrictive
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
5710592b0e
commit
016a52a8f2
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
|||
</ignoreFiles>
|
||||
</projectFiles>
|
||||
<issueHandlers>
|
||||
<LessSpecificReturnStatement errorLevel="error"/>
|
||||
<LessSpecificReturnType errorLevel="error"/>
|
||||
<LessSpecificImplementedReturnType errorLevel="error"/>
|
||||
<MoreSpecificReturnType errorLevel="error"/>
|
||||
<UndefinedClass>
|
||||
<errorLevel type="suppress">
|
||||
<referencedClass name="Doctrine\DBAL\Types\Types" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue