summaryrefslogtreecommitdiff
path: root/vendor/webmozart/assert/psalm.xml
blob: 9a430081953b6fc4aad55138fa3209f651661ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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 ci/vendor/vimeo/psalm/config.xsd"
    phpVersion="7.3"
>
    <projectFiles>
        <directory name="bin" />
        <directory name="tests/static-analysis" />
    </projectFiles>

</psalm>