Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | final class ProviderProvider implements ProviderInterface |
||
14 | { |
||
15 | /** @var InjectorInterface */ |
||
16 | private $injector; |
||
17 | |||
18 | /** @var Set<T> */ |
||
19 | private $set; |
||
20 | |||
21 | /** @param Set<T> $set */ |
||
22 | public function __construct(InjectorInterface $injector, Set $set) |
||
26 | } |
||
27 | |||
28 | /** @return mixed */ |
||
29 | public function get() |
||
34 |