nusje2000/phpstan-monolith
Composer 安装命令:
composer require nusje2000/phpstan-monolith
包简介
PHPStan extension that can validate usages of namespaces based on the composer dependencies in internal packages
README 文档
README
PHPStan extension that can validate usages of namespaces based on the composer dependencies in internal packages
Installation
Using composer:
composer require nusje2000/phpstan-monolith --dev
Add the following include to your phpstan.neon:
includes: - vendor/nusje2000/phpstan-monolith/extension.neon
Known issue
- Due to recent updates within phpstan, when an error occours which can be solved by adding a package to the composer.json, the cache must be manually removed because the php files which had the error will still show the cached result because the file itself was not changed.
统计信息
- 总下载量: 26.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-05