Total Complexity | 5 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class SpyModule extends AbstractModule |
||
16 | { |
||
17 | /** @var array<class-string> */ |
||
|
|||
18 | private $spyTargets; |
||
19 | |||
20 | /** @param array<class-string|interface-string> $spyTargets */ |
||
21 | public function __construct(array $spyTargets = [], AbstractModule|null $module = null) |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | protected function configure() |
||
58 |