| Total Complexity | 5 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class DeprecatedConfigParser |
||
| 10 | { |
||
| 11 | 5 | public function __invoke(array $config): array |
|
| 12 | { |
||
| 13 | 5 | return compose([$this, 'parseNotFoundRedirect'], [$this, 'removeSecretKey'])($config); |
|
| 14 | } |
||
| 15 | |||
| 16 | 5 | public function parseNotFoundRedirect(array $config): array |
|
| 32 | } |
||
| 33 | |||
| 34 | 5 | public function removeSecretKey(array $config): array |
|
| 41 |