yiisoft/injector

Make `Injector::resolveDependencies()` public

Offen

#113 geöffnet am 30.12.2025

 (6 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)PHP (17 Forks)auto 404
good first issuetype:feature

Repository-Metriken

Stars
 (94 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide