Skip to content

Commit 0b95b03

Browse files
committed
[Mailer][Mime] Update SMIME repository node description in configuration
Clarified the documentation for the S/MIME certificate repository configuration. It now specifies that the repository should be a service implementing `SmimeCertificateRepositoryInterface`.
1 parent decd902 commit 0b95b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ private function addMailerSection(ArrayNodeDefinition $rootNode, callable $enabl
23502350
->info('S/MIME encrypter configuration')
23512351
->children()
23522352
->scalarNode('repository')
2353-
->info('Path to the S/MIME certificate repository. Shall implement the `Symfony\Component\Mailer\EventListener\SmimeCertificateRepositoryInterface`.')
2353+
->info('S/MIME certificate repository service. This service shall implement the `Symfony\Component\Mailer\EventListener\SmimeCertificateRepositoryInterface`.')
23542354
->defaultValue('')
23552355
->cannotBeEmpty()
23562356
->end()

0 commit comments

Comments
 (0)