@@ -56,8 +56,7 @@ discard block |
||
56 | 56 | * @template T |
57 | 57 | * @implements ArrayAccess<string, mixed> |
58 | 58 | */ |
59 | -class Config implements ArrayAccess |
|
60 | -{ |
|
59 | +class Config implements ArrayAccess { |
|
61 | 60 | /** |
62 | 61 | * The configuration loader to use |
63 | 62 | * @var LoaderInterface |
@@ -81,8 +80,7 @@ discard block |
||
81 | 80 | * @param LoaderInterface $loader the loader to use |
82 | 81 | * @param string $env the name of the environment |
83 | 82 | */ |
84 | - public function __construct(LoaderInterface $loader, string $env = '') |
|
85 | - { |
|
83 | + public function __construct(LoaderInterface $loader, string $env = '') { |
|
86 | 84 | $this->loader = $loader; |
87 | 85 | $this->env = $env; |
88 | 86 | } |