Ai_GirlFriend/xunifriend_RaeeC/vendor/maennchen/zipstream-php/psalm.xml

26 lines
898 B
XML
Raw Normal View History

2026-01-31 19:15:41 +08:00
<?xml version="1.0"?>
<psalm
2026-02-28 09:40:18 +08:00
errorLevel="1"
2026-01-31 19:15:41 +08:00
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"
2026-02-28 09:40:18 +08:00
findUnusedBaselineEntry="true"
findUnusedCode="true"
phpVersion="8.2.0"
2026-01-31 19:15:41 +08:00
>
2026-02-28 09:40:18 +08:00
<!-- TODO: Update phpVersion when raising the minimum supported version -->
2026-01-31 19:15:41 +08:00
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
2026-02-28 09:40:18 +08:00
<!-- Turn off dead code warnings for externally called functions -->
<PossiblyUnusedProperty errorLevel="suppress" />
<PossiblyUnusedMethod errorLevel="suppress" />
<PossiblyUnusedReturnValue errorLevel="suppress" />
2026-01-31 19:15:41 +08:00
</issueHandlers>
</psalm>