mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
psalm: Enable more/less specific errors
Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
parent
646dfd2a40
commit
cd91b77193
2 changed files with 478 additions and 84 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue