phil-nelson/phpstan-container-extension

PHPStan extension to resolve return type for PSR-11 container

Installs: 15 856

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

Type:phpstan-extension

0.3.0 2025-01-20 00:42 UTC

This package is auto-updated.

Last update: 2025-06-20 10:22:34 UTC


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