2022-02-11 18:02:38 +08:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="https://getpsalm.org/schema/config"
|
2024-10-02 20:04:13 +08:00
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
|
|
|
errorBaseline="psalm-baseline.xml"
|
2023-03-10 18:17:25 +08:00
|
|
|
findUnusedBaselineEntry="true"
|
2022-02-11 18:02:38 +08:00
|
|
|
>
|
|
|
|
<projectFiles>
|
|
|
|
<directory name="templates"/>
|
|
|
|
<directory name="src"/>
|
|
|
|
<file name="public/index.php"/>
|
2024-10-02 20:04:13 +08:00
|
|
|
<ignoreFiles>
|
|
|
|
<directory name="vendor" />
|
|
|
|
</ignoreFiles>
|
2022-02-11 18:02:38 +08:00
|
|
|
</projectFiles>
|
2024-10-02 20:04:13 +08:00
|
|
|
<extraFiles>
|
|
|
|
<directory name="vendor" />
|
|
|
|
</extraFiles>
|
|
|
|
<issueHandlers>
|
|
|
|
</issueHandlers>
|
2022-02-11 18:02:38 +08:00
|
|
|
</psalm>
|