1 Star 0 Fork 0

吴亦几/ide-stubs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
psalm.xml 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
Ruud Boon 提交于 2020-01-22 05:40 +08:00 . Optimised stubs
<?xml version="1.0"?>
<psalm
totallyTyped="false"
resolveFromConfigFile="true"
allowStringToStandInForClass="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"
autoloader="vendor/autoload.php"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<MissingReturnType errorLevel="suppress" />
<InvalidReturnType errorLevel="suppress" />
<MissingPropertyType errorLevel="suppress" />
<ImplementedParamTypeMismatch errorLevel="info" />
<MismatchingDocblockParamType errorLevel="info" />
<UndefinedDocblockClass errorLevel="info" />
<PropertyNotSetInConstructor errorLevel="suppress" />
<UndefinedClass errorLevel="info" />
<OverriddenPropertyAccess errorLevel="info" />
<InvalidPropertyAssignmentValue errorLevel="info" />
<InvalidDocblock errorLevel="info" />
<InvalidClass errorLevel="info" />
<MoreSpecificImplementedParamType errorLevel="info" />
<LessSpecificImplementedReturnType errorLevel="info" />
<MismatchingDocblockReturnType errorLevel="info" />
<ReservedWord errorLevel="info" />
<MissingConstructor errorLevel="info" />
</issueHandlers>
</psalm>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/da-ji-ji/ide-stubs.git
git@gitee.com:da-ji-ji/ide-stubs.git
da-ji-ji
ide-stubs
ide-stubs
master

搜索帮助