yiisoft/injector

Make `Injector::resolveDependencies()` public

Aberta

#113 aberto em 30 de dez. de 2025

 (6 comentários) (2 reações) (0 responsável)PHP (17 forks)auto 404
good first issuetype:feature

Métricas do repositório

Stars
 (94 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Proposed new feature or change

Sometimes, when using Injector, I find that I just need to resolve a list of arguments.
And (what a coincidence!) I already have a reflection object at hand.
I suggest making this method public. By the way, Spiral also has a separate service for resolving arguments without calling the method.

Guia do colaborador