phil-nelson / phpstan-container-extension
PHPStan extension to resolve return type for PSR-11 container
Package info
github.com/phil-nelson/phpstan-container-extension
Type:phpstan-extension
pkg:composer/phil-nelson/phpstan-container-extension
0.3.0
2025-01-20 00:42 UTC
Requires
- php: ^7.0 || ^8.0
- phpstan/phpstan: ^2.0
- psr/container: ^1.0 || ^2.0
Requires (Dev)
- phpunit/phpunit: ^11.5
README
This is an extension for PHPStan when using a PSR-11 ContainerInterface which returns the same type when provided with a class string.
Installation
Install with:
composer require --dev phil-nelson/phpstan-container-extension
Add the extension.neon file to your PHPStan config:
includes:
- vendor/phil-nelson/phpstan-container-extension/extension.neon
Or use phpstan/extension-installer