Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | final class ReadOnlyConfiguration implements ConfigurationInterface |
||
20 | { |
||
21 | private Configuration $config; |
||
22 | |||
23 | 36 | public function __construct(Configuration $config) |
|
26 | } |
||
27 | |||
28 | /** |
||
29 | * {@inheritDoc} |
||
30 | */ |
||
31 | 3 | public function get(string $key) |
|
34 | } |
||
35 | |||
36 | 3 | public function exists(string $key): bool |
|
41 |