Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 83.33% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class Factory |
||
14 | { |
||
15 | private ?string $protocolMarker = ''; |
||
16 | |||
17 | 1 | public function injectConfigurationProvider(Provider $configurationProvider): void |
|
23 | } |
||
24 | 1 | } |
|
25 | |||
26 | /** |
||
27 | * @param string $identifier |
||
28 | * @param string $domain |
||
29 | * @param string $protocol |
||
30 | * @return \Aoe\Asdis\Domain\Model\Server |
||
31 | */ |
||
32 | 1 | public function createServer($identifier, $domain, $protocol) |
|
42 |