mirror of
https://github.com/danog/amp.git
synced 2024-12-02 17:37:50 +01:00
17 lines
503 B
XML
17 lines
503 B
XML
|
<?xml version="1.0"?>
|
||
|
<psalm
|
||
|
totallyTyped="true"
|
||
|
phpVersion="7.0"
|
||
|
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="examples/psalm"/>
|
||
|
<ignoreFiles>
|
||
|
<directory name="vendor"/>
|
||
|
</ignoreFiles>
|
||
|
</projectFiles>
|
||
|
</psalm>
|