Add comment

This commit is contained in:
2023-06-27 09:15:13 +01:00
parent 7b76f8f01f
commit 6d63e2f29b

View File

@@ -61,7 +61,7 @@ class Configuration implements ConfigurationInterface
->end()
->arrayPrototype()
->normalizeKeys(false)
->normalizeKeys(false) # Don't normalize hyphens into underscores etc
->children()
->scalarNode('fill')->isRequired()->end()
->scalarNode('stroke')->isRequired()->end()