加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
psalm.xml.dist 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0"?>
<psalm
cacheDirectory="./build/psalm/"
errorBaseline="psalm-baseline.xml"
errorLevel="4"
findUnusedBaselineEntry="true"
findUnusedCode="false"
findUnusedVariablesAndParams="true"
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"
>
<projectFiles>
<directory name="src"/>
<ignoreFiles>
<directory name="vendor"/>
<!--<file name="src/Foundation/Testing/MockHandler.php"/>-->
</ignoreFiles>
</projectFiles>
<issueHandlers>
<PropertyNotSetInConstructor errorLevel="info"/>
<UndefinedThisPropertyFetch>
<errorLevel type="suppress">
<!--<directory name="src/Foundation/Concerns"/>-->
<file name="src/Foundation/Concerns/HasOptions.php"/>
</errorLevel>
</UndefinedThisPropertyFetch>
<InaccessibleProperty>
<errorLevel type="suppress">
<file name="src/Foundation/Response.php"/>
</errorLevel>
</InaccessibleProperty>
</issueHandlers>
<plugins>
<!--<pluginClass class="Psalm\LaravelPlugin\Plugin"/>-->
</plugins>
<!--<files psalm-version="5.23.0@005e3184fb6de4350a873b9b8c4dc3cede9db762">
<file src="src/Foundation/Concerns/HasHttpClient.php">
<UndefinedConstant>
<code><![CDATA[MULTIPART_TRY_OPEN_FILE]]></code>
</UndefinedConstant>
</file>
</files>-->
</psalm>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化