There was an error while loading. Please reload this page.
1 parent 199f34c commit 116ee54Copy full SHA for 116ee54
1 file changed
psalm.xml
@@ -4,6 +4,7 @@
4
resolveFromConfigFile="true"
5
findUnusedCode="false"
6
findUnusedBaselineEntry="false"
7
+ findUnusedIssueHandlerSuppression="false"
8
phpVersion="8.1"
9
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
xmlns="https://getpsalm.org/schema/config"
@@ -31,6 +32,12 @@
31
32
<directory name="vendor" />
33
</extraFiles>
34
<issueHandlers>
35
+ <!--
36
+ Needed for the older supported server versions, whose ISchemaWrapper
37
+ docblocks still reference the Doctrine schema classes directly. Newer
38
+ versions return OCP\DB\Schema\ITable instead, so these suppressions go
39
+ unused there, hence findUnusedIssueHandlerSuppression is turned off.
40
+ -->
41
<UndefinedDocblockClass>
42
<errorLevel type="suppress">
43
<referencedClass name="OC\AppFramework\OCS\BaseResponse"/>
0 commit comments