yiisoft/injector

Make `Injector::resolveDependencies()` public

オープン

#113 opened on 2025/12/30

 (6 件のコメント) (2 件のリアクション) (0 人の担当者)PHP (17 件のフォーク)auto 404
good first issuetype:feature

Repository metrics

Stars
 (94 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド