目前正在运行的诗篇给了我:
Psalm 能够推断出 94.8665% 的代码库的类型
如何在无法推断类型的地方进行调试?我想要 100% 的类型覆盖率。
这是我的psalm.xml.dist
配置:
<?xml version="1.0"?>
<psalm
errorLevel="4"
resolveFromConfigFile="true"
totallyTyped="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>
<file name="src/Kernel.php"/>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
</psalm>
谢谢您的支持。