Codebase list php-dflydev-fig-cookies / fresh-snapshots/main psalm.xml
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

psalm.xml @fresh-snapshots/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>