@@ -31,8 +31,8 @@ |
||
| 31 | 31 | * @throws InvalidArgumentException |
| 32 | 32 | */ |
| 33 | 33 | public function __construct(/** |
| 34 | - * @var array<int|string,mixed> |
|
| 35 | - */ |
|
| 34 | + * @var array<int|string,mixed> |
|
| 35 | + */ |
|
| 36 | 36 | private array $config, |
| 37 | 37 | string $separator = '.' |
| 38 | 38 | ) { |
@@ -25,8 +25,8 @@ |
||
| 25 | 25 | * @throws InvalidArgumentException |
| 26 | 26 | */ |
| 27 | 27 | public function __construct(/** |
| 28 | - * @var ApplicationConfig<int|string,mixed> |
|
| 29 | - */ |
|
| 28 | + * @var ApplicationConfig<int|string,mixed> |
|
| 29 | + */ |
|
| 30 | 30 | private readonly ApplicationConfig $applicationConfig, |
| 31 | 31 | string $prefix |
| 32 | 32 | ) { |