| 1 | <?php |
||
| 15 | final class YamlConfigLoader implements ConfigLoaderInterface |
||
| 16 | { |
||
| 17 | private $yamlParser; |
||
| 18 | |||
| 19 | 2 | public function __construct(Yaml $yamlParser = null) |
|
| 23 | |||
| 24 | 2 | public function load(array $locations, array $sources): array |
|
| 33 | |||
| 34 | private function loadSources($location, array $sources) |
||
| 44 | } |
||
| 45 |