Total Complexity | 2 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | final class InjectorMethodResolver implements AttributeResolverInterface |
||
19 | { |
||
20 | public function __construct( |
||
21 | private readonly BinderInterface $binder, |
||
22 | private readonly InvokerInterface $invoker, |
||
23 | ) {} |
||
24 | |||
25 | public function resolve(object $attribute, object $service, \ReflectionMethod $method): void |
||
30 | ); |
||
31 | } |
||
33 |