<?xml version="1.0"?>
<psalm
    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"
    rememberPropertyAssignmentsAfterCall="false"
    totallyTyped="false"
>
    <projectFiles>
        <directory name="src"/>
        <directory name="test/PackageVersionsTest"/>
        <directory name="test/static-analysis/happy-path"/>
        <ignoreFiles>
            <directory name="vendor"/>
        </ignoreFiles>
    </projectFiles>

    <issueHandlers>
        <InternalClass errorLevel="suppress"/>
        <InternalMethod errorLevel="suppress"/>
        <PropertyNotSetInConstructor errorLevel="suppress"/>
    </issueHandlers>
</psalm>
