phil-nelson/phpstan-container-extension

PHPStan 扩展,用于解决 PSR-11 容器返回类型的返回类型

安装次数: 9,790

依赖者: 0

建议者: 0

安全: 0

星标: 2

关注者: 1

分支: 1

公开问题: 0

类型:phpstan-extension

0.2.0 2022-05-13 10:49 UTC

This package is auto-updated.

Last update: 2024-09-13 16:15:00 UTC


README

这是一个 PHPStan 扩展,用于在使用返回相同类型 PSR-11 ContainerInterface 的容器时。

安装

使用以下命令安装

composer require --dev phil-nelson/phpstan-container-extension

extension.neon 文件添加到您的 PHPStan 配置中

includes:
  - vendor/phil-nelson/phpstan-container-extension/extension.neon

或者使用 phpstan/extension-installer