yiisoft/injector

Make `Injector::resolveDependencies()` public

Ouverte

#113 ouverte le 30 déc. 2025

 (6 commentaires) (2 réactions) (0 personne assignée)PHP (17 forks)auto 404
good first issuetype:feature

Métriques du dépôt

Stars
 (94 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur