Codebase list php-dflydev-fig-cookies / 5e878b6a-3740-4a46-aa68-18f101878435/main psalm.xml
5e878b6a-3740-4a46-aa68-18f101878435/main

Tree @5e878b6a-3740-4a46-aa68-18f101878435/main (Download .tar.gz)

psalm.xml @5e878b6a-3740-4a46-aa68-18f101878435/mainraw · history · blame

<?xml version="1.0"?>
<psalm
    errorLevel="3"
    resolveFromConfigFile="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" />
        <ignoreFiles>
            <directory name="vendor" />
        </ignoreFiles>
    </projectFiles>
</psalm>