Total Complexity | 6 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class GrumphpConfigurationReader extends AbstractConfigurationReader |
||
10 | { |
||
11 | /** |
||
12 | * GrumphpConfigurationReader constructor. |
||
13 | * |
||
14 | * @param string $filePath |
||
15 | */ |
||
16 | public function __construct(string $filePath = '') |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @param string $filePath |
||
29 | * |
||
30 | * @return array |
||
31 | */ |
||
32 | private function readConfiguration(string $filePath): array |
||
41 |