Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class ProviderProvider implements ProviderInterface |
||
10 | { |
||
11 | /** @var InjectorInterface */ |
||
12 | private $injector; |
||
13 | |||
14 | /** @var InjectorInterface */ |
||
15 | private $interface; |
||
16 | |||
17 | /** @var Set */ |
||
18 | private $set; |
||
19 | |||
20 | public function __construct(InjectorInterface $injector, Set $set) |
||
24 | } |
||
25 | |||
26 | public function get() |
||
31 |