| Total Complexity | 10 | 
| Total Lines | 42 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 8 | class Params extends Config  | 
            ||
| 9 | { | 
            ||
| 10 | protected function calcValues(array $sources): array  | 
            ||
| 11 |     { | 
            ||
| 12 | return $this->pushEnvVars(parent::calcValues($sources));  | 
            ||
| 13 | }  | 
            ||
| 14 | |||
| 15 | protected function pushEnvVars(array $vars): array  | 
            ||
| 40 | }  | 
            ||
| 41 | |||
| 42 | private function getEnvKey(string $key): string  | 
            ||
| 45 | }  | 
            ||
| 46 | |||
| 47 | public function paramsRequired(): bool  | 
            ||
| 50 | }  | 
            ||
| 51 | }  | 
            ||
| 52 |