rtckit/php-esl

View on GitHub
etc/psalm.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<psalm
    totallyTyped="false"
    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" />
        <ignoreFiles>
            <directory name="../vendor" />
        </ignoreFiles>
    </projectFiles>

    <issueHandlers>
        <ReferenceConstraintViolation>
            <errorLevel type="suppress">
                <file name="../src/Connection.php" />
            </errorLevel>
        </ReferenceConstraintViolation>
        <PropertyNotSetInConstructor errorLevel="suppress" />
        <RedundantPropertyInitializationCheck errorLevel="suppress" />
    </issueHandlers>
</psalm>