<?xml version="1.0"?>
<psalm
    errorLevel="6"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="https://getpsalm.org/schema/config"
    xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
    autoloader="tests/bootstrap.php"
    findUnusedPsalmSuppress="true"
    findUnusedBaselineEntry="true"
    findUnusedCode="false"
    errorBaseline="psalm-baseline.xml"
>
    <projectFiles>
        <directory name="src" />
        <ignoreFiles>
            <directory name="vendor" />
        </ignoreFiles>
    </projectFiles>

    <issueHandlers>
        <MissingPureAnnotation errorLevel="suppress" />
        <MissingTemplateParam errorLevel="suppress" />
        <MissingOverrideAttribute errorLevel="suppress"/>
        <MissingPureAnnotation errorLevel="suppress"/>
    </issueHandlers>
</psalm>
