innmind/static-analysis
Composer 安装命令:
composer require --dev innmind/static-analysis
包简介
Meta package to group all dependencies required for innmind packages
关键字:
README 文档
README
This is a meta package to alias all the dependencies required for Innmind packages to run static analysis.
Installation
composer require --dev innmind/static-analysis
Usage
Once the package is required you need to create the file psalm.xml with the following content:
<?xml version="1.0"?> <psalm errorLevel="1" resolveFromConfigFile="true" findUnusedBaselineEntry="true" findUnusedCode="false" 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" /> </ignoreFiles> </projectFiles> </psalm>
统计信息
- 总下载量: 75.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 64
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-19