mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #52860 from nextcloud/feat/psalm/error-deprecations
This commit is contained in:
commit
2a01454fbf
2 changed files with 2170 additions and 0 deletions
File diff suppressed because it is too large
Load diff
35
psalm.xml
35
psalm.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue