psalm: Enable more/less specific errors

Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
jld3103 2023-07-03 10:05:53 +02:00
parent 646dfd2a40
commit cd91b77193
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
2 changed files with 478 additions and 84 deletions

File diff suppressed because it is too large Load Diff

View File

@ -83,6 +83,10 @@
<file name="3rdparty/sabre/uri/lib/functions.php" />
</stubs>
<issueHandlers>
<LessSpecificReturnStatement errorLevel="error"/>
<LessSpecificReturnType errorLevel="error"/>
<LessSpecificImplementedReturnType errorLevel="error"/>
<MoreSpecificReturnType errorLevel="error"/>
<UndefinedClass>
<errorLevel type="suppress">
<referencedClass name="OCA\GroupFolders\Mount\GroupFolderStorage"/>