Merge pull request #52860 from nextcloud/feat/psalm/error-deprecations

This commit is contained in:
Kate 2025-05-15 12:46:58 +02:00 committed by GitHub
commit 2a01454fbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2170 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -161,5 +161,40 @@
<referencedConstant name="OC\Memcache\LoggerWrapperCache::DEFAULT_TTL" />
</errorLevel>
</AmbiguousConstantInheritance>
<DeprecatedClass>
<errorLevel type="suppress">
<directory name="lib" />
</errorLevel>
</DeprecatedClass>
<DeprecatedConstant>
<errorLevel type="suppress">
<directory name="lib" />
</errorLevel>
</DeprecatedConstant>
<DeprecatedFunction>
<errorLevel type="suppress">
<directory name="lib" />
</errorLevel>
</DeprecatedFunction>
<DeprecatedInterface>
<errorLevel type="suppress">
<directory name="lib" />
</errorLevel>
</DeprecatedInterface>
<DeprecatedMethod>
<errorLevel type="suppress">
<directory name="lib" />
</errorLevel>
</DeprecatedMethod>
<DeprecatedProperty>
<errorLevel type="suppress">
<directory name="lib" />
</errorLevel>
</DeprecatedProperty>
<DeprecatedTrait>
<errorLevel type="suppress">
<directory name="lib" />
</errorLevel>
</DeprecatedTrait>
</issueHandlers>
</psalm>