| Total Complexity | 6 | 
| Total Lines | 43 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 11 | class ResourceLoader  | 
            ||
| 12 | { | 
            ||
| 13 | /**  | 
            ||
| 14 | * Load admins configuration in the yaml files found in the given resource path. An exception will be thrown if the  | 
            ||
| 15 | * path is invalid  | 
            ||
| 16 | *  | 
            ||
| 17 | * @param string $resourcesPath  | 
            ||
| 18 | *  | 
            ||
| 19 | * @return array  | 
            ||
| 20 | * @throws Exception  | 
            ||
| 21 | */  | 
            ||
| 22 | public function load(string $resourcesPath): array  | 
            ||
| 56 |