1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/assets/config_levels/1.xml

15 lines
344 B
XML
Raw Normal View History

2017-02-13 05:59:33 +01:00
<?xml version="1.0"?>
<psalm
totallyTyped="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="vendor/vimeo/psalm/config.xsd"
2017-02-13 05:59:33 +01:00
>
<projectFiles>
<directory name="src" />
</projectFiles>
<issueHandlers>
<LessSpecificReturnType errorLevel="info" />
</issueHandlers>
2017-02-13 05:59:33 +01:00
</psalm>