1 Commits
1.0 ... 1.0.1

Author SHA1 Message Date
cf753aaa20 fixed typos 2023-04-29 08:38:56 +02:00

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()