Skip to content

Commit cd07368

Browse files
committed
Add comment for duplicate options
1 parent 8ee5e43 commit cd07368

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,13 +384,11 @@ private function addConnectionsSection(ArrayNodeDefinition $rootNode): void
384384
->scalarNode('projectId')->end()
385385
->scalarNode('location')->end()
386386
->scalarNode('keyRing')->end()
387+
// Attribute already present for another KMS type
387388
//->scalarNode('keyName')->end()
388389
//->scalarNode('keyVersion')->end()
389390
// KMIP
390391
//->scalarNode('endpoint')->end()
391-
->scalarNode('tlsCAFile')->end()
392-
->scalarNode('tlsClientCertificateKeyFile')->end()
393-
->scalarNode('tlsClientCertificateKeyFilePassword')->end()
394392
// Local
395393
->scalarNode('key')->end()
396394
->end()

0 commit comments

Comments
 (0)