Merge branch '7.0.x'

This commit is contained in:
Sam Brannen
2026-04-27 14:01:51 +03:00
55 changed files with 59 additions and 59 deletions
@@ -251,7 +251,7 @@ public abstract class YamlProcessor {
}
else {
// It has to be a map key in this case
result.put("[" + key.toString() + "]", value);
result.put("[" + key + "]", value);
}
});
return result;