2020-02-26 14:13:39 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
2020-10-09 14:10:24 +03:00
|
|
|
errorLevel="4"
|
2020-02-26 14:13:39 +03:00
|
|
|
resolveFromConfigFile="true"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="https://getpsalm.org/schema/config"
|
2021-03-12 10:54:38 +03:00
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config"
|
2020-10-08 16:10:49 +03:00
|
|
|
errorBaseline="tests/psalm-baseline.xml"
|
2020-02-26 14:13:39 +03:00
|
|
|
>
|
|
|
|
<projectFiles>
|
|
|
|
<directory name="lib" />
|
|
|
|
<ignoreFiles>
|
|
|
|
<directory name="vendor" />
|
2020-10-08 11:46:12 +03:00
|
|
|
<directory name="lib/Vendor" />
|
2020-02-26 14:13:39 +03:00
|
|
|
</ignoreFiles>
|
|
|
|
</projectFiles>
|
2020-10-08 11:46:12 +03:00
|
|
|
<extraFiles>
|
2020-10-08 16:10:49 +03:00
|
|
|
<directory name="vendor" />
|
2020-10-08 15:05:31 +03:00
|
|
|
<directory name="lib/Vendor" />
|
2020-10-08 11:46:12 +03:00
|
|
|
</extraFiles>
|
2020-10-08 16:10:49 +03:00
|
|
|
<issueHandlers>
|
|
|
|
<UndefinedClass>
|
|
|
|
<errorLevel type="suppress">
|
2022-09-03 15:49:21 +03:00
|
|
|
<referencedClass name="Doctrine\DBAL\Platforms\MySQLPlatform" />
|
|
|
|
<referencedClass name="Doctrine\DBAL\Platforms\PostgreSQL94Platform" />
|
|
|
|
<referencedClass name="Doctrine\DBAL\Platforms\SqlitePlatform" />
|
|
|
|
<referencedClass name="Doctrine\DBAL\Types\Type" />
|
|
|
|
<referencedClass name="Doctrine\DBAL\Types\Types" />
|
2020-10-08 16:10:49 +03:00
|
|
|
<referencedClass name="OC" />
|
2020-11-06 16:48:12 +03:00
|
|
|
<referencedClass name="OC\Security\CSP\ContentSecurityPolicyNonceManager" />
|
2021-08-04 14:14:06 +03:00
|
|
|
<referencedClass name="Psr\Http\Client\ClientExceptionInterface" />
|
2020-10-08 16:10:49 +03:00
|
|
|
</errorLevel>
|
|
|
|
</UndefinedClass>
|
|
|
|
<UndefinedDocblockClass>
|
|
|
|
<errorLevel type="suppress">
|
2021-08-04 14:14:06 +03:00
|
|
|
<referencedClass name="Doctrine\DBAL\Driver\Statement" />
|
2022-09-03 15:49:21 +03:00
|
|
|
<referencedClass name="Doctrine\DBAL\Platforms\AbstractPlatform" />
|
2020-10-08 16:10:49 +03:00
|
|
|
<referencedClass name="Doctrine\DBAL\Schema\Schema" />
|
|
|
|
<referencedClass name="Doctrine\DBAL\Schema\SchemaException" />
|
|
|
|
<referencedClass name="Doctrine\DBAL\Schema\Table" />
|
2020-11-06 16:48:12 +03:00
|
|
|
<referencedClass name="OC\Security\CSP\ContentSecurityPolicyNonceManager" />
|
2020-10-08 16:10:49 +03:00
|
|
|
</errorLevel>
|
|
|
|
</UndefinedDocblockClass>
|
2022-09-03 15:49:21 +03:00
|
|
|
<UndefinedFunction>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<referencedFunction name="str_contains" />
|
|
|
|
</errorLevel>
|
|
|
|
</UndefinedFunction>
|
2020-10-08 16:10:49 +03:00
|
|
|
</issueHandlers>
|
2020-02-26 14:13:39 +03:00
|
|
|
</psalm>
|