fixed typos

This commit is contained in:
2023-04-29 08:38:56 +02:00
parent e7b61ea313
commit cf753aaa20

View File

@@ -14,16 +14,16 @@ final class Configuration implements ConfigurationInterface
{
$treeBuilder = new TreeBuilder('magdev_redmine');
$rootNode = $treeBuilder->getRootNode();
$rootNode->fixXmlConfig('connection')
$rootNode->fixXmlConfig('connections')
->children()
->arrayNode('connections')
->useAttributeAsKey('name')
->normalizeKeys(false)
->arrayPrototype()
->children()
->scalarNode('baseurl')
->scalarNode('url')
->isRequired()
->info('The base URL of your redmine instance')
->info('The URL of your Redmine instance')
->end()
->scalarNode('apikey')
->isRequired()