chore: add psalm false positive to psalm.xml

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/46395/head
Robin Appelman 1 year ago
parent cae0a8218d
commit 5490b12feb
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
  1. 7
      psalm.xml

@ -151,5 +151,12 @@
<referencedClass name="OCA\GlobalSiteSelector\Service\SlaveService"/>
</errorLevel>
</UndefinedDocblockClass>
<AmbiguousConstantInheritance>
<errorLevel type="suppress">
<!-- false positive: https://github.com/vimeo/psalm/issues/7818 -->
<referencedConstant name="OC\Memcache\Redis::DEFAULT_TTL" />
<referencedConstant name="OC\Memcache\LoggerWrapperCache::DEFAULT_TTL" />
</errorLevel>
</AmbiguousConstantInheritance>
</issueHandlers>
</psalm>

Loading…
Cancel
Save