Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/webimpress/safe-writer/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/webimpress/safe-writer/psalm.xml

<?xml version="1.0"?>
<psalm
    totallyTyped="true"
    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"
>
    <projectFiles>
        <directory name="src"/>
        <directory name="test"/>
        <ignoreFiles>
            <directory name="vendor"/>
        </ignoreFiles>
    </projectFiles>

    <issueHandlers>
        <InternalMethod>
            <errorLevel type="suppress">
                <directory name="test/Exception/"/>
            </errorLevel>
        </InternalMethod>
        <PropertyNotSetInConstructor>
            <errorLevel type="suppress">
                <directory name="test/"/>
                <referencedProperty name="$backupStaticAttributes"/>
            </errorLevel>
        </PropertyNotSetInConstructor>
    </issueHandlers>
</psalm>