chore: make psalm more restrictive

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos 2024-05-14 17:13:42 -03:00
parent 5710592b0e
commit 016a52a8f2
No known key found for this signature in database
GPG key ID: B7AB4B76A7CA7318

View file

@ -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" />