

Thank you for reporting @mitsh.
1) Works, I tested locally (the suggested replacement is correct).
2) IDE resolves $CONF as 'array|string' (and ignores workflow in this case), so the warning gets there. I can only suggest using separate variables as e.g. $configuration/$configurationFileContent, so IDE could properly recognize types there.
@kalessil thanks