2022-02-11 11:02:38 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<psalm
|
2024-09-24 19:43:53 +02:00
|
|
|
errorLevel="2"
|
|
|
|
|
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"
|
2022-02-11 11:02:38 +01:00
|
|
|
errorBaseline="psalm-baseline.xml"
|
2024-09-24 19:43:53 +02:00
|
|
|
findUnusedBaselineEntry="true"
|
|
|
|
|
findUnusedCode="false"
|
2022-02-11 11:02:38 +01:00
|
|
|
>
|
2024-09-24 19:43:53 +02:00
|
|
|
<projectFiles>
|
|
|
|
|
<directory name="templates"/>
|
|
|
|
|
<directory name="src"/>
|
|
|
|
|
<file name="public/index.php"/>
|
|
|
|
|
</projectFiles>
|
2022-02-11 11:02:38 +01:00
|
|
|
</psalm>
|