Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class ArrayKey implements IKey |
||
15 | { |
||
16 | protected string $prefix = ''; |
||
17 | |||
18 | /** |
||
19 | * @param string[] $prefix |
||
20 | * @param string $separator |
||
21 | */ |
||
22 | 17 | public function __construct(array $prefix, string $separator = DIRECTORY_SEPARATOR) |
|
25 | } |
||
26 | |||
27 | 1 | public function fromSharedKey(string $key): string |
|
32 |