Closed Derky closed 9 years ago
Look for imports, parse them and combine them with the parent yaml file. The parent yaml file will overwrite the values of the imports. This fixes #18
Results in PHP Notice errors: PHP Notice: Undefined index: imports in /epv/src/Files/Type/YmlFile.php on line 33
@Derky Needs an isset($content['imports']) check as well
isset($content['imports'])
Look for imports, parse them and combine them with the parent yaml file. The parent yaml file will overwrite the values of the imports. This fixes #18