2019-02-19 00:40:57 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
|
|
|
totallyTyped="false"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="https://getpsalm.org/schema/config"
|
2019-03-06 17:03:43 +01:00
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config"
|
2020-01-08 06:11:05 +01:00
|
|
|
errorBaseline="psalm-baseline.xml"
|
2019-02-19 00:40:57 +01:00
|
|
|
>
|
|
|
|
<projectFiles>
|
|
|
|
<directory name="src" />
|
|
|
|
<ignoreFiles>
|
|
|
|
<directory name="vendor" />
|
2020-04-12 00:30:37 +02:00
|
|
|
<directory name="src/Stubs" />
|
2020-04-12 23:13:20 +02:00
|
|
|
<directory name="src/cache" />
|
2020-04-12 00:30:37 +02:00
|
|
|
<directory name="tests" />
|
2019-02-19 00:40:57 +01:00
|
|
|
</ignoreFiles>
|
|
|
|
</projectFiles>
|
|
|
|
|
|
|
|
<issueHandlers>
|
|
|
|
<LessSpecificReturnType errorLevel="info" />
|
|
|
|
</issueHandlers>
|
2020-04-12 23:13:20 +02:00
|
|
|
|
|
|
|
<stubs>
|
|
|
|
<file name="src/Stubs/LumenApplication.stubphp"/>
|
|
|
|
</stubs>
|
2019-02-19 00:40:57 +01:00
|
|
|
</psalm>
|