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