yiisoft/injector

Make `Injector::resolveDependencies()` public

Aperta

#113 aperta il 30 dic 2025

 (6 commenti) (2 reazioni) (0 assegnatari)PHP (17 fork)auto 404
good first issuetype:feature

Metriche repository

Star
 (94 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor