yiisoft/injector

Make `Injector::resolveDependencies()` public

开放

#113 创建于 2025年12月30日

 (6 条评论) (2 个反应) (0 位负责人)PHP (17 个派生)auto 404
good first issuetype:feature

仓库指标

星标
 (94 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南